CHANGE MARCO PROBLEM

  • Thread starter Thread starter Wu
  • Start date Start date
W

Wu

i have some marco, for example,
marco1, marco2, marco3.....................

I would like to run marco1 and go to marco2 when marco is finished.
what should I write in marco1?
 
hi
the command to run another macro is the call command.
sub macro1()
your code
Call Macro2
Call macro3
end sub

regards
FSt1
 

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