+ Reply to Thread
Results 1 to 20 of 20

Best way to make multiple countdown timers

  1. #1
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Best way to make multiple countdown timers

    hi guys what is the best way to make multiple countdown timers on one worksheet? i.e i want one counter counting down to zero. when it reaches zero i want another counter to automatically start counting down? is this possible?
    Last edited by Dave_ross; 12-01-2011 at 05:17 AM.

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    Hi Dave_ross

    Try......
    Please Login or Register  to view this content.
    add this to make sure thetimer is stopped before close
    Please Login or Register  to view this content.
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    thats great. i should be able to adapt the cell numbers to the cell i need. Ill let you know if i manage. my excel skills are limited he he

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    once you get your head around the code it can be shortened to
    Please Login or Register  to view this content.
    Last edited by pike; 11-29-2011 at 05:28 AM. Reason: Dim iTimer as date

  5. #5
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    ill see what i can do. i have attached what im working on to show you what im up too. thanks for your help
    Attached Files Attached Files

  6. #6
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    you could

    format cells custom
    00":"00":"00
    then you are dealing with numbers not times

  7. #7
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    with
    cells B2 C2 D2 formated as custom Format pattern
    00":"00":"00
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    this version is not counting down in time format? i.e 00:01:59. this one is doing 00:00:99?

  9. #9
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    Hi Dave_ross
    Try this code in you workbook

    Please Login or Register  to view this content.
    but dont forget to put
    Please Login or Register  to view this content.
    in "Thisworkbook" Module

  10. #10
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    Perfect thanks

  11. #11
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    Thats great works a dream.

    really gonna pick your brains now though...

    What if i wanted to have these count down timers running but also have others running in other rows? do i create a new module with the correct cell numbers? I tried this and its telling me i have ambiguous names?

    i want each row of counters to work independently if i can?

    ill attach a copy to show you
    Attached Files Attached Files

  12. #12
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    Try changing the names in the new module by adding a One Or Two to the end of wall the variables sub etc... Module two will all have two at end

  13. #13
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: Best way to make multiple countdown timers

    Hi Dave_ross
    it will get very long

    probably better to use one timer that controls all the off events
    Please Login or Register  to view this content.

  14. #14
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    Pike you are just the best!! Thanks alot for your help

  15. #15
    Registered User
    Join Date
    11-25-2011
    Location
    Inverness
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Best way to make multiple countdown timers

    hi i have been using the above code for a couple of months now but i notice that if it is left for an hour or so the timers stop & dont always reach zero?
    what can i do to stop the timers stopping prematurely? because if they do it knocks everything off

  16. #16
    Registered User
    Join Date
    10-10-2012
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    16

    Cool Re: Best way to make multiple countdown timers

    guys i have seen you multiple countdown timer i need to be able to create multiple count downs in various cell please advise how i have put in a file and i would like to be able to add in p5 p6 p7 and so on

    please help !!!!!

    ronald coletto
    Attached Files Attached Files

  17. #17
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Best way to make multiple countdown timers

    Ronald,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  18. #18
    Registered User
    Join Date
    10-10-2012
    Location
    usa
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Best way to make multiple countdown timers

    sorry i am new to postings i will create a new one
    sorry guys

  19. #19
    Registered User
    Join Date
    02-04-2019
    Location
    KC
    MS-Off Ver
    10
    Posts
    2

    Re: Best way to make multiple countdown timers

    I want multiple timers running independently of each other in column M, Starting with M2.

  20. #20
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Best way to make multiple countdown timers

    Dawn, welcome to the forum

    Did you perhaps not notice post #17?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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