View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Hide Macro from View Q

Thanks for jumping in Tim.

Less work than adding Private to each Sub which would be the answer to

How do you make "a" macro private?


Gord

On Sat, 1 Dec 2007 12:01:00 -0800, "Tim Zych" <tzych@NOSp@mE@RTHLINKDOTNET
wrote:

You can also add Option Private Module at the top of the module(s). That
will hide the macros from the Tools-Macros dialog.