Accessing password-protected Excel wkbk from VB

  • Thread starter Thread starter shawshank247
  • Start date Start date
S

shawshank247

I want to password protect a workbook so that no one can open i
directly w/o a password, yet want to be able to access the data from V
w/o having to type in the password during runtime
 
You can specify the password in the Workbook's Open method. This way,
you type the password at design time.
 
Back
Top