How to run many macros at the same time?

I have ten macros for remove bad spacing. Very simple.
How to chain all of them to run in one step?
Answer
Answer

See: http://gregmaxey.mvps.org/word_tip_pages/installing_employing_macros.html for instructions to employ the VBA code provided above.



Somewhere in your document VBA Project you have the code for your six perfect macros.  All you have to do is


Add a new macro like this one in that same code module:


Sub RunAllMyPerfectMacros()

   ThisIsTheNameOfMyFirstPerfectMacro

   ThisIsTheNameOfMySecondPerfectMacro

   'etc.

End Sub

Greg Maxey
***
Death smiles at us all, but all a man can do is smile back.


For more help with Word visit:
http://gregmaxey.com/word_tips.html

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated October 5, 2021 Views 1,452 Applies to: