Help for this page

Select Code to Download


  1. or download this
    $Sheet->Range('A17')->Select();
    $Sheet->Selection->Copy();
    $Sheet->Range('B15')->Select();
    $Sheet->ActiveSheet->Paste();
    
  2. or download this
     my $Excel = Win32::OLE->GetActiveObject('Excel.Application')
    
    ...
    $Book -> SaveAs("$file2");
    
    $Book->Close();
    
  3. 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.