SOLVED: WIN32::OLE help

2008-08-18 Thread Neson Maxmelbin (RBEI/EMT4)
day, 18. August 2008 2:40 PM To: perl-win32-users@listserv.ActiveState.com Subject: RE: WIN32::OLE help From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neson Maxmelbin (RBEI/EMT4) Sent: 18 August 2008 09:40 To: Steve Howard (PFE); perl-win32-users@listserv.ActiveState.com Subject:

RE: WIN32::OLE help

2008-08-18 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neson Maxmelbin (RBEI/EMT4) Sent: 18 August 2008 09:40 To: Steve Howard (PFE); perl-win32-users@listserv.ActiveState.com Subject: RE: WIN32::OLE help > Hello Steve, > > It does work and my machine shows the same values for

RE: WIN32::OLE help

2008-08-18 Thread Neson Maxmelbin (RBEI/EMT4)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Howard (PFE) Sent: Friday, 15. August 2008 1:34 AM To: Neson Maxmelbin (RBEI/EMT4); perl-win32-users@listserv.ActiveState.com Subject: RE: WIN32::OLE help I'll type this directly in so I might make a

RE: WIN32::OLE help

2008-08-14 Thread Steve Howard (PFE)
rather than the literal values. See if this helps. Steve From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neson Maxmelbin (RBEI/EMT4) Sent: Thursday, August 14, 2008 4:30 AM To: perl-win32-users@listserv.ActiveState.com Subject: WIN32::OLE help Hello , I am using WIn32::OLE

Re: WIN32::OLE help

2008-08-14 Thread ekkehard . goerlach
Hello, if you just want to read data from an Excel file, you might consider the Spreadsheet::ParseExcel module. I would think that using the OLE module always starts an Excel instance (visible or not) whereas the Spreadsheet module operates directly on the XLS file. Ekkehard

WIN32::OLE help

2008-08-14 Thread Neson Maxmelbin (RBEI/EMT4)
Hello , I am using WIn32::OLE to Read contents of an Excel sheet. There is no issues on reading, but the problem is that Excel file opens on the screen, during the time the script processes the file. I don't need this. One solution was to make it not visible ($Excel->{'Visible'} = 0;). But this

Win32::OLE help

2002-06-06 Thread parvez
Hi Perl Gurus I'm facing a problem. I'm using Win32::OLE and my code goes something like this some code here Win32::OLE->Option(Warn => sub {goto CheckError}); ## some other code here for(;;) { ### more boring lines of code in between here CheckError: { print LOG

Win32::OLE help

2002-05-29 Thread parvez
Can I read an excel sheet whise values are changing dynamically using Win32::OLE perl module --  Parvez I. Pathan Jr. Programmer Infotech Financials Pvt. Ltd. Mumbai (INDIA) Phone : +91 22 826 4183/85/87 Fax   : +91 22 831 4598 http://www.infofin.com