Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    use Win32::OLE qw(in);
    ...
    # move the chart to (0, 0)
    $shape->{Left} = 0;
    $shape->{Top}  = 0;