ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Time Countdown (https://www.excelbanter.com/excel-programming/370747-time-countdown.html)

Abranian

Time Countdown
 

Hi Everybody,

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

--
Abrania
-----------------------------------------------------------------------
Abranian's Profile: http://www.excelforum.com/member.php...fo&userid=3769
View this thread: http://www.excelforum.com/showthread.php?threadid=57295


[email protected]

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




All times are GMT +1. The time now is 11:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com