Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i protect my vba code

Status
Not open for further replies.

asafb

Programmer
Jun 17, 2003
80
US
Hello I have an ADP file;
lots of VBA code,

i want to protect it with a password
how?
asaf
 
Instead of trying to password-protect the code, issue an ADE file that only contains compiled code - no source. Keep the ADP file safe (and to yourself). See Tools -> Database Utilities -> Make ADE File. Users will also be unable to alter the design of forms, reports, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top