Password

  • Thread starter Thread starter George
  • Start date Start date
G

George

Hi.
I want to create a worksheet that access data from password protected
worksheet without entering
a password, such as a command that has the password to open.
 
Hi George,
I want to create a worksheet that access data from password protected
worksheet without entering
a password, such as a command that has the password to
open.

This should do:

Workbooks.Open FileName:="abcd.xls", password:="abcd"

Best

Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top