- or download this
$Sheet->Range('A17')->Select();
$Sheet->Selection->Copy();
$Sheet->Range('B15')->Select();
$Sheet->ActiveSheet->Paste();
- or download this
my $Excel = Win32::OLE->GetActiveObject('Excel.Application')
...
$Book -> SaveAs("$file2");
$Book->Close();
- or download this
Win32::OLE(0.1707) error 0x80020003: "Member not found"
in METHOD/PROPERTYGET "" at xxtest112.pl line 166
Can't call method "Copy" on an undefined value at xxtest112.pl line 16
+6.