On Thu, 1 Feb 2007 10:22:55 -0800, "Glen Plantz"
<[EMAIL PROTECTED]> wrote:

># ***************************************************
>
>I get the error " "Can't call method "Select" on an undefined value" on
>the line:
>
> 
>$excel_Retrieve_Workbook->ActiveSheet->Range("A4")->Select();
>
># ****************************************************
>
>I don't understand what I'm doing wrong. I've done things similar to
>this many times.

This means that the call to the Range() method is failing.  You should
run your program with t`perl -w myscript.pl` to get more informative
error messages from Win32::OLE whenever something goes wrong.

Cheers,
-Jan
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to