Access Open Excel Read Only File

J

John

I have an app that opens an Excel spreadsheet which is password protected. I
don't have the password but I am allowed to open as Read Only. I only need
read only access but don't know the syntax to send for automation. Here's how
I do it now....

objXL.Application.Workbooks.Open WorkbookName

Also, is there a good online (free!) reference for Excel Automation commands?
 
J

John

Thanks. Now I just need to figure out how put the pieces together! Appreciate
the quick response!
 
Top