View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Hide Macros from Users using workbook!

Put this line at the TOP of the module and they won't be seen. You can also
protect the project so an unsophisticated user cannot get to them to change.

Option Private Module
--
Don Guillett
SalesAid Software

"gr8guy" wrote in message
...
Hi,

Is it possible to hide macros from a user so that they are not visible in
Tools Macro Macros & so that user may not run them by mistake?


Rgds,

Eijaz