Thread: Hide code
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Hide code

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!

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?


--

Dave Peterson