Thread: Hide Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Hide Code

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).

--
Regards,
Tom Ogilvy

"gORDON" wrote in message
...
Help anyone...

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

Thanks

Gordon