View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PaulD PaulD is offline
external usenet poster
 
Posts: 92
Default Macro Listing Question

"rbdude" wrote in message
...
: I created some VB macros, via the Visual Basic Editor. However, when I go
: to run a macro from within Excel, not all the macros I created are listed
in
: the macros window!
:
: Is there a way I accidentally "hide" some of the macros from showing up in
: the macro list? I like this capability, but I don't know how I caused it
to
: happen. In fact, I'd like to "hide" other macros so people don't
: accidentally run those. Anyone know how I could have cause this?
:
: Thanks in advance.
:

If you declare a macro as private, it will not be visible in the macro list
Paul D