We are running a code to trigger user for exceeding certain dates. The trigger have to be every 1hr post the 1st trigger. But the system triggers inconsistently right now. Any suggestion how to start & close the loop properly?
dTime = Now + TimeValue("01:00:00")
Application.OnTime dTime, "RunOnTime"