Group Macros

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Is there an easy way of running all of the macros in a group for do they all
have to be called individually?
 
Jeff,

The only thing that I can think of is to make another macro, with a
series of RunMacro actions, one for each of the macros you want to run
together.

The (probably preferable) alternative would be to combine all the macros
together into a single macro, and simple call that one.

.... Or have I misunderstood something?
 
Thanks Steve,

I just wanted to be able to run them individually or all of them together.
I couldn't think of an easy way of doing it apart from writing another macro
that calls all of them. Oh well, it was worth asking the question..
 
Back
Top