Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set up countdown timer to countdown days to a specific day Jenny Excel Worksheet Functions 3 May 8th 23 07:43 PM
Time countdown... jday Excel Worksheet Functions 4 September 4th 08 06:02 PM
countdown to date and time michelle Excel Discussion (Misc queries) 7 October 3rd 07 02:37 PM
Day/Time Countdown SeekingHelp Excel Discussion (Misc queries) 6 September 28th 05 03:03 AM
real-time countdown scottmiller Excel Worksheet Functions 2 September 27th 05 11:30 PM


All times are GMT +1. The time now is 01:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"