Hide Code

G

gORDON

Help anyone...

How can I prevent a user of my spreadsheets from right
clicking on the sheet tab and viewing my code.

Thanks

Gordon
 
P

papou

Hi Gordon
Protect your Project with a password, so that when users will try and view
code, password will be required.

HTH
Cordially
Pascal
 
T

Tom Ogilvy

Protect the code from viewing in the VBE under the tools=> VBAProject
Properties menu (where VBAProject would be replaced with the project name
of your workbook).
 
Top