How do I secure the VBA code

ChampionDuy

Registered User.
Local time
Today, 14:56
Joined
Mar 14, 2002
Messages
94
How can I secure the VBA code, I have the databse secured already, but the user can still see the code if he or she knows how to get to it. I cant make it a .mde file for some reason it wont let me. Any oher way to do it?
 
If you can't create an .mde file, it is probably because there is a compile error somewhere.

You can protect the code in A2K by assigning a password. Open any code module and select tools/Functions Properties from the menu. Then in the Protection tab, assign a password.
 
Thanks

Thank you very much for the help. It worked perfectly.
 

Users who are viewing this thread

Back
Top Bottom