Thread: Hide code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Hide code

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...
--
HTH...

Jim Thomlinson


"Emily Edgington" wrote:

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?