How can I prevent access to code contained within Tab

L

Lee

I have code contained within the tabs, On Activation
How can I prevent access to this code by other users.

Also how can I prevent access to the normal code ie stop access through the
Tools \ Macro selection.


Regards

Lee
 
R

Roger Govier

Hi Lee

Within the VB Editor, choose Tools>VBA Project_Properties>Protection and set
a password for the project. Do remember to make a note of it.
Regards

Roger Govier
 
Top