Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kash,
Did you activate the ontime event? Best is to put the application.ontime statement in an event procedure of the workbook or worksheet. Sub ontime() Application.ontime EarliestTime:=Range("A10"), Procedu="Test" End Sub Sub test() MsgBox Prompt:="hello" End Sub Wkr, JP "Kash" wrote in message ... I'm able to get both the msg msgbox("Cancel old on timer event") & msgbox("Setting New Timer") but still macro is not getting triggered. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement to compare time cell to a time | Excel Worksheet Functions | |||
Ok, one more thing, Pull just the Time out of a Time and Date Cell? | Excel Programming | |||
time stamp a cell that doesn,t change when time stamping another | Excel Programming | |||
Extracting Time from a cell that has both the date and the time | Excel Discussion (Misc queries) | |||
Adding time to date-time formatted cell | Excel Discussion (Misc queries) |