+ Reply to Thread
Results 1 to 2 of 2

Time Countdown

  1. #1
    Registered User
    Join Date
    08-18-2006
    Posts
    1

    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.

  2. #2

    Re: 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1