RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K.

2002-10-31 Thread Daniel Needles
, 2002 4:35 AM To: '[EMAIL PROTECTED]' Subject: RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K. From: Daniel Needles [mailto:daniel.needles;Callisma.com] Subject: RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K. $Excel-{DisplayAlerts}=0; Win32::OLE(0.1502

Re: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K.

2002-10-31 Thread Carl Jolley
On Wed, 30 Oct 2002, Daniel Needles wrote: Hello, The following program: use strict; use warnings; use Win32::OLE; my $xlfile ='c:\tmp\Book1.xls'; my $xl_app = Win32::OLE-new(Excel.Application); $xl_app-{'Visible'} = 0; my $workbook = $xl_app-Workbooks-Open($xlfile);

RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K.

2002-10-30 Thread Charbeneau, Chuck
From: Daniel Needles [mailto:daniel.needles;Callisma.com] Subject: Excel, OLE, and Activate PERL 5.6.1 rel 633 on Windows 2K. The following program: [SNIP] C:\Documents and Settings\dln1\AANCperl test.pl Win32::OLE(0.1502) error 0x80070005: Access is denied in PROPERTYPUT Visible at

RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K.

2002-10-30 Thread Daniel Needles
Documents\White Papers\AANC Thanks, Daniel -Original Message- From: Charbeneau, Chuck [mailto:CCharbeneau;lear.com] Sent: Wednesday, October 30, 2002 12:14 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: Excel, OLE, and Activestae PERL 5.6.1 rel 633 on Windows 2K. From: Daniel