Password Protect VBA

LadyDi

Registered User.
Local time
Yesterday, 21:08
Joined
Mar 29, 2007
Messages
894
Is there any way to password protect the VBA only in a database? I have spent several weeks programming a database to be used by myself and two other people for a huge project. I recently discovered that one or else both of the other people on the project have gone in and made changes to the VBA behind the database. In the process of doing so, they corrupted the modules I had set up. I would like to set the database up so that they can still get in and use it, but they can't make any changes to the VBA. Is that possible? Thank you so much for your assistance.
 
You can set a VBA Password, but make sure it is something that is easy to remember..

You do not want to lock the VBA Code and then could never again go back..
 
That worked perfectly. Thank you very much for your help.
 

Users who are viewing this thread

Back
Top Bottom