Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello All, I'm have a difficult time to make a count down timer in text box. Basically I run a While loop, that does some testing. Suring that while look I'd like a text box count down so that theuse knows something is happening bStopped = False 'Estop control ' Wait 10 sec InitialTime = TIME FinalTime = InitialTime + #12:00:10 AM# While InitialTime < FinalTime And Not bStopped TimerTime = FinalTime - InitialTime lblOK.Text = TimerTime '... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
45 Day Count Down Timer | Excel Worksheet Functions | |||
count down timer | Excel Discussion (Misc queries) | |||
count day timer | Excel Discussion (Misc queries) | |||
Count Down Timer in 1 sec. increments | Excel Programming | |||
Count Down Timer (Seconds) | Excel Programming |