T
TRM
I am trying to use VBA to open a password protected document for editing. I
have tried putting the password in the code after the open statement
(odoc.password = "password"). But, of course, this is opening the document
first, and not checking/seeing the password, so the user is still prompted.
Is there a way to do this?
Thanks!
have tried putting the password in the code after the open statement
(odoc.password = "password"). But, of course, this is opening the document
first, and not checking/seeing the password, so the user is still prompted.
Is there a way to do this?
Thanks!