http://qs321.pair.com?node_id=664636


in reply to Re: Using Win32::OLE and Excel - Tips and Tricks
in thread Using Win32::OLE and Excel - Tips and Tricks

Try if it works:

$range1=$sheet->range('A17');

$Sheet->copy($range1);

$range2=$sheet->range('B15');

$range2=$sheet->paste();