hello everyone!
this may sound a bit silly but if i just change the time to 22:27:00
will it keep on running on 21:27:00 and then on 22:27:00?
or..if i want to delete the macro will it stop or forever running?
thanks in advance
this may sound a bit silly but if i just change the time to 22:27:00
will it keep on running on 21:27:00 and then on 22:27:00?
or..if i want to delete the macro will it stop or forever running?
Code:
Sub ScheduleAProcedure()
Application.OnTime TimeValue("21:27:00"), "MyMacro"
End Sub
thanks in advance