Macro protection

L

LB79

Is there a way that i can password protect my macros? I want users to be
able to use them but not look at the code.
 
F

Frank Kabel

Hi
goto the VBA editor, choose your project and with a right-click open
the VBA Properties of this project. You can define a password.

Note: This kind of protection is quite weak. There's NO way to really
protect your code
 
Top