I have a program that calls a number of other macro programs in sequential order.
However some of the programs are not dependent on the previous completing.
Let's say macros 1,2,3,4,5 need to run sequentially and are dependent on the previous macro(s) executing to completion.
There is also macros A,B,C,D,E that do not have to wait until the previous macros complete.
Let's also assume the 1,2,3,4,5 need to complete before A,B,C,D,E are submitted.
Does anyone know if or how I could multi-thread and submit A,B,C,D,E to all run at the same time and have them run independently.
Thanx.
_AW_