Help for this page

Select Code to Download


  1. or download this
    
    use Win32::OLE;
    ...
    
    $sheet1->Range("A1:C40")->Copy;
    $sheet2->Range("A1:C40")->PasteSpecial(xlPasteFormats);