Re: perl EXCEL app/Win32::OLE

2002-06-13 Thread M z
Dear Sir, Thanks again. could you please help me do something very basic again as you saved me before. I'm trying to retrieve a certain row, column, for example A1. instead of traversing each row and column I want to have control over specific cells and print out a specific cell. Do you know w

Re: perl EXCEL app/Win32::OLE

2002-06-13 Thread Arul, Rex\(NEA-IMAP\)
perl EXCEL app/Win32::OLEYou should have your pathSeparatorChar as "\\" and not "/". Since you are using Microsoft's Excel Engine, the Excel APIs are very strict about the path syntax and therefore, Perl's separatorChar of "/" (forward slash) will not work! Cheers, Rex - Original Message -