Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all!
I've created several workbookswhich all have the same password protection via VBA code and an inputbox. is it possible to put those passwords in another workbook - the master password workbook - ? In the case of a change in the passwords I have to open and edit all workbooks manually. Or is there any other way not to change the passwords in every single workbook |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Depends on how complex you need it to be
one approach would start here : http://www.rondebruin.nl/ado.htm Ron's site will show how to read and write to closed workbooks so you could have one workbook with all passwords and have all other workbooks "look" here for verification "read from closed master password file. "HeinerMeiner" wrote: Hello all! I've created several workbookswhich all have the same password protection via VBA code and an inputbox. is it possible to put those passwords in another workbook - the master password workbook - ? In the case of a change in the passwords I have to open and edit all workbooks manually. Or is there any other way not to change the passwords in every single workbook |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pre-authorized to open a file without passwords? | Excel Discussion (Misc queries) | |||
How secure are the file passwords? | Excel Discussion (Misc queries) | |||
2 separate passwords (both valid) to open file | Excel Discussion (Misc queries) | |||
To get client data from a saved file back to the master file | Excel Discussion (Misc queries) | |||
Open a Read-Only File by cycling thru these 5 passwords | Excel Programming |