how to run multiple macro's at once

G

Guest

Hello,

I have 350 separate macro's, how do I get them to run in successive order,
other then having to click on each individually? Is there a way to 'link'
them all together?

Thanks,
Roxane
 
C

Chip Pearson

You can write a macro that in turn calls the other macros. E.g.,

Sub RunThemAll()
Macro1
Macro2
'...
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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

Top