Input Password to Open Linked Files

  • Thread starter Thread starter Ricky Pang
  • Start date Start date
R

Ricky Pang

Hello Experts,
How do you write a code that will input the password to open the linked
file as the "Master file" tries to update?
For example:
1) While opening my "Master file", the prompt to Update linked files
pops up. If "Yes" is selected, then input the password "openA" to open
the linked file (File A).
2) On the next linked file (File B), input password "openB"

3) While opening my Master file, if Update linked files "No" is
selected, then end.

Your help is greatly appreciated.

Ricky
 
If you're writing code, then you're opening the workbooks via code, too???

(seems reasonable to me.)

Take another look at workbooks.open in VBA's help. You can specify the password
 
Back
Top