Hi Everybody,
I would like to find out if it is possible to have a "time countdown" on a cell, perhaps utilizing a macro.
Hi Everybody,
I would like to find out if it is possible to have a "time countdown" on a cell, perhaps utilizing a macro.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks