View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jonsson Jonsson is offline
external usenet poster
 
Posts: 45
Default can you hide macro code??

Hi,

In VB, choose Tools, Properties, Protect.
There you can choose your password, and then you make sure to choose option
"Hide".
Close the program, open it again and press F11 to get to VB.
Now you have to write your choosen password to be able to see the code.

//Thomas
skrev i meddelandet
...
Hi,

I have some user forms and there is macro code associated
with them. Is it possible that the user be UNABLE to see
the code? ie. the code be inaccessible to them?