Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Guys - trying to get the following subs to run every 10 seconds...i mean -
i'd just like to run sub master_trade every ten seconds but can't figure out how to do it? Sub Master_Trade() Flip_Trade Flip_Bid Flip_Ask STEP1 STEP2 Application.OnTime Now + TimeValue("00:00:10"), "Flip_Trade" Application.OnTime Now + TimeValue("00:00:10"), "Flip_Bid" Application.OnTime Now + TimeValue("00:00:10"), "Flip_Ask" Application.OnTime Now + TimeValue("00:00:10"), "STEP1" Application.OnTime Now + TimeValue("00:00:10"), "STEP2" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add-in timing problem? | Excel Programming | |||
Advancing Timing | Excel Discussion (Misc queries) | |||
Timing of automatic query refresh and macro pivot table refresh | Excel Programming | |||
Timing problem | Excel Programming | |||
VB timing question | Excel Programming |