View Single Post
 
Old 10-31-2014, 02:39 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

One simple way would be to insert a line with:
Call Macroname
as the last line of the first four macros, where Macroname is the name of the next macro.

Another way, which you allow you to continue running the independently if you wish is to create another macro like:
Sub Main()
Call Macro1
Call Macro2
Call Macro3
Call Macro4
Call Macro5
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote