yes, I am able to open workbooks that do not have a password, it's the one's with the password that fail me.
You can get OLE related documentation from the ActiveState site
http://aspn.activestate.com/ASPN/docs/ActivePerl/OLE-Browser/Browser.html
yes, it fails on all workbooks - Did not quite understand your comment of using the Excel::Workbook over ActiveX objects. Would appreciate some further details
thanks
Paul, thanks for your response.
I enclose a sample version of the code that keeps failing
Appreciate any help that you can give on this one.
thanks,
use Win32::OLE qw(in with);
use Win32::OLE::Const 'Microsoft Excel';
$Win32::OLE::Warn = 3; # die on errors...
I am trying to read an Excel file that has a password. When I use the Workbooks->Open(filename,,,,password,) statement, i get an error ""unable to get the Open property of the Workbooks class"
any help would be appreciated
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.