Run a macro exactly 5 minutes after a different macro ends

前端 未结 2 1294
青春惊慌失措
青春惊慌失措 2021-01-29 15:26

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

2条回答
  •  萌比男神i
    2021-01-29 15:46

    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.

提交回复
热议问题