Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code that runs every minute
Application.OnTime Now + TimeValue("00:01:00"), "max_min" I want to cancel that OnTime schedule in the Before_Close event. How can I do that. I am having difficulties with the EarliestTime Application.OnTime EarliestTime:=Now+TimeValue("00:01:00"), Procedu="max_min", Schedule:=False does not work If I don't kill the call to max_min the spreadsheet keeps opening up or causing errors when it is opened. Thanks, Antonio |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to determine time range overlap? | Excel Discussion (Misc queries) | |||
Hot key for time? | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Entering Times | Excel Discussion (Misc queries) | |||
time differences in a column | Excel Worksheet Functions |