View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Hide code from user

You can Protect your project in the VBA editor

Alt-F11
ToolsVBA project properties
See the protection tab

This way you can's see or edit your code



--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Joe" wrote in message
...
Hi,
Is there a way to hide the code of an excel sheet from
the user or make it uneditable?

TIA,
Joe