Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Using Win32::OLE and Excel - Tips and Tricks

by HelenCr (Monk)
on Dec 11, 2012 at 19:22 UTC ( [id://1008376]=note: print w/replies, xml ) Need Help??


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

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:

my $XcelApp = Win32::OLE->new( 'Excel.Application' );

Then the second line in your post should go:

$XcelApp->Selection->Copy('A17');

Helen

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1008376]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2025-07-11 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.