Hey
I am using the below code to schedule runs of a macro. But I am worried that if there is some interruption to the scheduling, there will be a problematic delay before I pick up on it. So I'm wondering whether or not there is a way to check what and when macros have been scheduled if any.
Any help would be greatly appreciated.
i_excel
I am using the below code to schedule runs of a macro. But I am worried that if there is some interruption to the scheduling, there will be a problematic delay before I pick up on it. So I'm wondering whether or not there is a way to check what and when macros have been scheduled if any.
Any help would be greatly appreciated.
i_excel
Code:
Application.OnTime CDate(Q.Offset(0, -2).Value), "Macro1"