Thread: Time Countdown
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] halimnurikhwan@yahoo.com is offline
external usenet poster
 
Posts: 113
Default Time Countdown

Try this :
Sub test()
Application.OnTime Now + TimeValue("00:00:03"), "Procedure"
End Sub
Sub Procedure()
MsgBox "sa"
End Sub

rgds,
halim
Abranian menuliskan:
Hi Everybody,

I would like to find out if it is possible to have a "time countdown"
on a cell, perhaps utilizing a macro.


--
Abranian
------------------------------------------------------------------------
Abranian's Profile: http://www.excelforum.com/member.php...o&userid=37696
View this thread: http://www.excelforum.com/showthread...hreadid=572950