+ Reply to Thread
Results 1 to 3 of 3

Countdown Timer

  1. #1
    Registered User
    Join Date
    10-12-2011
    Location
    Orlando, Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Countdown Timer

    I have VBA code for a Countdown timer that works great for one cell per sheet, but I want it to work for multiple cells in the same column.

    This code works for one cell. In this case it is referencing cell G6. But I would like to run the timer on any active cell in Column G.

    I tried this (Set Count = ActiveCell.Range("G4:G100").Select), and some other variations of that same concept, but it does not work. I get error type "Mismatch". I'm completely stuck. Any help is much appreciated.

    Please Login or Register  to view this content.
    Last edited by gkokaisel; 10-13-2011 at 07:54 PM. Reason: Added Code Tags

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Countdown Timer

    Hi gkokaisel and welcome to the forum,

    Could you first EDIT you post above and then click on the "Go Advanced" to view the question with more Icons above the message area. Select all the text that is code and click on the "#" Icon. This will put code tags around your code and be following the rules of this forum. It makes your code much easier for us to read also.

    Then after doing the above read http://www.ozgrid.com/forum/showthread.php?t=79722 to see if your question is answered theres.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    10-12-2011
    Location
    Orlando, Florida
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Countdown Timer

    Thanks for the tip on proper posting of code : ) I checked out that link and the code is very similar to what I already have. It also only works with one referenced cell. I am hoping to learn of a way to have the timer work on any active cell in a column or even better in the active worksheet. As is the code for the timer works great. It's just very limited application.

+ 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