The following code runs different macros at specific times but sometimes they run into each other and make for the whole process to be excruciating long. I was wondering how I c
I had a similar issue a long time ago.
What I did was have each macro create a temporary file with a completed code.
When the next macro starts it checks for the completed code and if it is not there it waited 10 seconds and checked again.
Worked at treat.