VBAProject Protection

C

clara

Hi all,

Could you tell what is the purpose of VBAProject protection? How can we use
this feature in our programming?

Clara
 
M

Mike H

Clara,

It's simply a method to protect you VB code from being altered and/or viewed
but note that it doesn't provide a particularly high level of security
because readily available software can remove the passwords.

To implement it in VB editor click

Tools|VBA Project properties
select the protection tab and set a password.

Mike
 

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

Top