Password to Lock out VBA from View

T

The Code Cage Team

Yes there is but it would be classed as "virus" activity if you use i
to change someone elses settings. What you should do is password protec
your project first before distributing it, this is then your choice an
not manipulating the choices of others, i can see no valid reason t
lock a vba project after it is distributed
 
S

Seanie

No valid reason? Here's one, I am distributing a file that I create
via code, part of this code disables thecopy/paste feature which is
held within ThisWorkbook so that the content is not copied to another
file, I also restrict users access to the said file. All these
protections are not fool proof, but they work with the users I'm
dealing with

"What you should do is password protect your project first before
distributing it" this is what I am attempting to do via code

Is the reason good enough??
 
Top