- Original Message -
From: Chris Rodriguez
To: perl-win32-users@listserv.ActiveState.com
Sent: Friday, February 02, 2007 8:05 AM
Subject: Re: checking for infinite loops
> Many thanks to Rob for doing this!
> I do in fact have perl 5.6. I typed in Rob's modifications to my code,
> hop
rstand what I'm doing wrong. I've done things similar to
this many times.
Can anyone see any problems with the above code???
Thanks in advance for any help.
Glen Plantz
Mitchell International
San Diego, California
-- next part --
An HTML attachment was scrubbed...
UR
Many thanks to Rob for doing this!
I do in fact have perl 5.6. I typed in Rob's modifications to my code,
hoping that perhaps all I needed was say, the "use warnings;" line of his.
But it still failed. My error message includes "The Unsupported function
alarm function is unimple
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();
>
>#
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 creat