Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I am creating a 60 second countdown in XL2002 which currently uses the system time and the wait function: Application.Wait (Now + TimeValue("0:00:01")). After each second a cell value decreases (60 down to 0) and another cells Interior.Colorindex is changed. This works well, but I need to be able to interupt the countdown to add data, and then resume the countdown - something that can't be done using the wait function. I would like to interupt the countdown by pressing a button, which in turn pops up a userform to add data to a table - (again, something that works but not whilst the countdown is working!) Is there another way of approaching this? Thanks in advance! Trevor |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to set up countdown timer to countdown days to a specific day | Excel Worksheet Functions | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Wait function in Excel 2000 Macro | Excel Discussion (Misc queries) | |||
Countdown | Excel Worksheet Functions | |||
countdown | Excel Programming |