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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top