I use the
Application.OnTime Now + TimeValue("00:00:15"), "my_Procedure"
to trigger various procedures. At any one time I have several set up to run at irregular times. In order to cancel I need the exact time each is to be triggered. Is there any way of getting a lisitng of the times and subs that are due?
Application.OnTime Now + TimeValue("00:00:15"), "my_Procedure"
to trigger various procedures. At any one time I have several set up to run at irregular times. In order to cancel I need the exact time each is to be triggered. Is there any way of getting a lisitng of the times and subs that are due?