Problem with error Can't call method Select on an undefined value in Win32::OLE Excel script

2007-02-01 Thread Glen Plantz
Hi Folks, I'm having trouble with code that I've done hundreds of times before, but which in this case is causing the error Can't call method Select on an undefined value. Here is a snippet of code: my $excel_app = Win32::OLE-new('Excel.Application') or die could not create

Re: Problem with error Can't call method Select on an undefined value in Win32::OLE Excel script

2007-02-01 Thread Jan Dubois
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(); #