|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re^2: Using Win32::OLE and Excel - Tips and Tricksby Anonymous Monk |
| on Jan 28, 2008 at 06:13 UTC ( #664636=note: print w/ replies, xml ) | Need Help?? |
|
Try if it works: $range1=$sheet->range('A17'); $Sheet->copy($range1); $range2=$sheet->range('B15'); $range2=$sheet->paste();
In Section
Tutorials
|
|
||||||||||||||||||||