Security for VBA

xtinct

Registered User.
Local time
Today, 23:00
Joined
Nov 8, 2006
Messages
15
is there anyway to set a password to prevent other people from editing the codes of my project?
 
Yes, though it's probably more common to distribute an MDE to users.
 
To answer your question - Yes.

To do it - In the VBA window, click on tools - name of yourprojectProperties.

Another window will open. Click on the Security tag. This will enable you to set a password to protect your code with having to use an mde file.
 

Users who are viewing this thread

Back
Top Bottom