View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Running Macro with B/ground Timer

Application.OnTime is what you're after.
I have an example on my website

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Damian Lee" wrote in message
...
I am trying to wite a macro which has a countdown timer on
screen while waiting for inputs via screen buttons to
increase or decrease scores. Any idea how to do this
would be greatly appreciated.