Macro Running Another Macro
sub Mark()
call MarkFormatting
call MarkCopying
call MarkPrinting
End Sub
you can call as many as you want from the main macro, and they can be
contained in other modules.
hope that helps!
:)
susan
On Jan 22, 2:35*pm, Mark P wrote:
Is it possible to create a macro that just runs a few other macros? I have 12
separate macros with separate shortcuts and it'd be easier to have one
shortcut. Thanks!
|