Help for this page
use Win32::OLE; ... $sheet1->Range("A1:C40")->Copy; $sheet2->Range("A1:C40")->PasteSpecial(xlPasteFormats);