Sub Routine Call From a Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I run a macro from within a macro? I have written a very long maro and
I get the erro telling me the procedure is too long. I believe I need to cut
the long macro into several shoter ones but don't know haw to call these
separate macros from the main one.
 
Hi
If you have broken up the macro into smaller ones simply call the macro by
name.
If your smaller macro is called Sub Smaller() for instance, simply put the
word smaller at the location you want it to run in the main macro

HTH
Michael M
 
Back
Top