View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
0o0o0o0o 0o0o0o0o is offline
external usenet poster
 
Posts: 6
Default data from password protected files

I have 50 password-protected workbooks (time sheets) and a control file. Each
employee has his own file with unique password, supervisor is the only one
who can access control file and enter information that is compared to data
from individual time sheets and flags any errors. The problem I have is when
I open control file, it tries to access individual time sheets to get data,
and since every time sheet file is password protected, I have to enter 50
passwords. Is there any way around this? Note: every time sheet must be
password protected - privacy concerns.
Any help on this would be greatly appreciated.