Macro Priority: First this macro than other macro

Vinod

New member
If you mean that the first macro should work first/initially and then after the second one in a queued way then do the following

1. At the end of the first macro (precisely it should be outside any loop / if-endif clause) use a run macro action wherein configure the second macro

2. In the second macro there should be no trigger except an empty trigger

Summary: By doing as said under 1 & 2 the first macro will complete its action as configured and then sends an invoke call to second macro. And thats it the second macro will only get invoked after the first is processed.

I hope the above contents might meet your expected solution.

If you have a different concept of query then please elaborate the concept to shed light upon the actual scenario
 
Top