Macro Listing Question

  • Thread starter Thread starter rbdude
  • Start date Start date
R

rbdude

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.
 
: 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
 
Back
Top