Hello!
I need to open an excel file that has password. I'm not succeeding in the method object.Open Name [, ReadOnly] [, password]. A piece of my code is below.

(setq excelApp (vlax-create-object "Excel.Application")
wb-collection (vlax-get excelApp "workbooks")
file (vlax-invoke-method wb-collection "open" filepathExcel ???? ????) ...

In ???? there should be parameters where I put the password, but I can not. Algem can help me?

grateful,
Ederson