Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I did but I find this and I tried everything but nothing works:
Example This example runs my_Procedure 15 seconds from now. Application.OnTime Now + TimeValue("00:00:15"), "my_Procedure" This example runs my_Procedure at 5 P.M. Application.OnTime TimeValue("17:00:00"), "my_Procedure" This example cancels the OnTime setting from the previous example. Application.OnTime EarliestTime:=TimeValue("17:00:00"), _ Procedu="my_Procedure", Schedule:=False |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Learn Everything !!! Play something!!! | Charts and Charting in Excel | |||
Go to and play | Excel Discussion (Misc queries) | |||
How play a wav file | Excel Programming |