run external macro by order

H

HAMA

I have created a database that runs several different external databases.
It opens the external databases and run macros.
However, they all run at the same time, and I need to run them in order.
Is there anyway I can run each at a time?

Thank you
 
H

HAMA

I have another question. Now that I can run each database at a time, I want
to know how to run them in a groups.

For example, at the first stage, run 4 database all at the same time.
And once they are all done, run another database.
And once that one databse is done, run 2 database at the same time.

Is there a way to do this?

THank you
 
A

Alex Dybenko

Hi,
i think you can extent this code, so you start several processes, get all
processes handlers and then wait when all get finished
 
Top