protecting vba code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there some way to protect vba code from unintentional modification. i
thought that there was but don't seem to be able to locate the method. i
tried vba 'help' but it seemed to come back empty.

-ted
 
larry, i are aware of your suggestion, but is there not some way that vba
lets you password protect the modules you created w/o going this route?

-ted
 
In the VBE: Tools>(your db name) Properties>Protection

This allows you to set a password to prevent viewing of your code. It is
however, only as secure as simple password security (i.e., it can be hacked
without too much trouble). If that's good enough for your needs, feel free
to use it.

HTH,
 
To protect my code, I will use a Ruger or a Colt, whichever is closer, some
prefer Smith and Wesson. That works, too. :)
 
very helpful :-)

-ted



Klatuu said:
To protect my code, I will use a Ruger or a Colt, whichever is closer, some
prefer Smith and Wesson. That works, too. :)
 
that's the one, by george!

THANKS!!

-ted

George Nicholson said:
In the VBE: Tools>(your db name) Properties>Protection

This allows you to set a password to prevent viewing of your code. It is
however, only as secure as simple password security (i.e., it can be hacked
without too much trouble). If that's good enough for your needs, feel free
to use it.

HTH,
 
-security->workgroup (must deploy file security.mdw)
-convert from .mdb to .mde/.ade (remains only compiled code)


"Ted" a scris:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top