|
|
| XP is just a number | |
| PerlMonks |
Re^2: Using Win32::OLE and Excel - Tips and Tricksby HelenCr (Monk) |
| on Dec 11, 2012 at 19:22 UTC ( #1008376=note: print w/ replies, xml ) | Need Help?? |
|
This piece of code doesn't work because "Selection" is a method of the parent Excel application, not the sheet. So if you had, in the beginning of your code:
Then the second line in your post should go: $XcelApp->Selection->Copy('A17');Helen
In Section
Tutorials
|
|
||||||||||||||||||||