Thread: Protect a Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default Protect a Macro

You can use the Private keyword with your macro to prevent it from
showing in the list of macros, such as

Private Sub Macro1()