+ Reply to Thread
Results 1 to 4 of 4

How to Create Mutiple Countdown Timers In Excel

  1. #1
    Registered User
    Join Date
    04-24-2013
    Location
    cardiff
    MS-Off Ver
    Excel 2003
    Posts
    51

    Talking How to Create Mutiple Countdown Timers In Excel

    Hi Everyone

    I wonder if someone can help I am trying to create multiple Countdown timers within Excel to help keep track of time a particular task takes me but I am having some trouble understanding the VBA Coding to help with this.

    Are there any links to help learn VBA Coding or does some one have any code written up already

    Many Thanks for all your help

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: How to Create Mutiple Countdown Timers In Excel

    You don't need "Timers" as such.......... If you log the start date/time and end date/time you can calculate the duration by just subtracting the start from the finish.
    Elegant Simplicity............. Not Always

  3. #3
    Registered User
    Join Date
    04-24-2013
    Location
    cardiff
    MS-Off Ver
    Excel 2003
    Posts
    51
    Hi Andy thanks for the reply.
    What I mean is if a task allocates 30 minutes for you to complete you press start and timer counts down and you can pause the timer as well

  4. #4
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: How to Create Mutiple Countdown Timers In Excel

    In that case you need to :-
    a) Log the start time of each task
    b) Know the Estimated time of each task
    and
    c) Use Application.Ontime to periodically check progress.

    ... bearing in mind that a macro steals control from the user so if you run the Ontime macro too often the user won't get chance to complete and log the work done
    Last edited by AndyLitch; 04-26-2013 at 06:39 PM.

+ 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