Hey everybody!
Does anyone know how to protect a single macro with multiple passwords?
For instance, I've already used the following code to protect a macro:
If UCase(InputBox("Enter Password")) <> "Password" Then Exit Sub
I would, however, like to have a "master key" password that works in addition to the password identified above. So basically one unique password for one particular user, and then a master password for an administrator that works for this macro and every other macro in the workbook.
I currently have about 25 macros (one for each tab) set up and each has a unique password, but I'd like to add a "master" password to each one of these macros.
Does that make sense?
Any help would be greatly appreciated!
Bookmarks