J Jeff Oct 21, 2008 #1 Is there an easy way of running all of the macros in a group for do they all have to be called individually?
Is there an easy way of running all of the macros in a group for do they all have to be called individually?
S Steve Schapel Oct 21, 2008 #2 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?
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?
J Jeff Oct 22, 2008 #3 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..
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..