View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How do I hide my Visual basic code in Excel?

Tools, VBAProject Properties and select the Protection tab. VBAProject
would be replaced by the activeproject name.

--
Regards,
Tom Ogilvy

"geoffc" wrote in message
...
I have produced a workbook for issue to several users and do not want them

to
be able to view/alter any of the VBA code I have created. I know how to

do
this in Access but cannot find a way in Excel.