Run a macro from within another macro

  • Thread starter Thread starter jdtivoli
  • Start date Start date
J

jdtivoli

How do I run a macro from within another macro?
What's the syntax
 
To run Macro1 within Macro2:

Sub Macro2()
Macro1
End Sub

HTH
Jason
Atlanta, GA
 
How does that fit into the syntax of what is already in the first macro
 
jdtivoli > said:
How does that fit into the syntax of what is already in the first macro?

You don't have to care about that. One macro starts another macro and we're all happy.
 

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