I'm sure this has been asked many times before.
Sub TimeTrigger()
Application.OnTime TimeValue("1700:00"), "UpdateDates"
End Sub
"UpdateDates" is a procedure that works fine on its own. But the OnTime method fails to call it. Why? I'd appreciate any help. Thanks
Bookmarks