Hide code

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

Guest

I have a password-protected form and don't want any savvy users to open the
VBE and get the password out of it, so they have free range on the template.

Can I hide modules and/or code within?
 
You can protect the project. In the VBE right click the project and select
properties. Select Protection and be sure to check of Lock Project for
viewing before you add a password. Just be aware that there is truely secure
way to lock anything in Excel. anything can be hacked without too much
difficulty...
 
You can protect the project.

Within the VBE
tools|VBAProject Properties|Protection tab.

But that isn't 100% effective. There are password breakers for everything!
 

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