+ Reply to Thread
Results 1 to 1 of 1

Simple Progress Meter

  1. #1
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Simple Progress Meter

    Andy Pope has a lovely collection of progress meters at https://www.andypope.info/vba/pmeter.htm. For something a little more simple-minded, here's one that translates percent complete to a display in a cell or on the status bar like this:

    Progress: ||||||||||||||||||||||||.....'.........'.........'.........'.........'.........'.........'.........' ET: 0:00:10 ETC: 0:00:33 ETT: 0:00:43

    There are options to show percent complete numerically (not shown above), and options to show the elapsed time, estimate to complete, and estimated total time (all shown above).

    Here's the code:

    Please Login or Register  to view this content.
    A progress meter is supposed to show progress, not impede it, so you don't want to call it a zillion times. So for example,

    Please Login or Register  to view this content.
    Adjust the divisor so it updates every second or two.

    if you display the progress bar in a cell, I suggest you format with a mono-spaced font like Consolas so it maintains constant width.

    I hope someone finds it useful.
    Last edited by shg; 12-22-2018 at 12:35 PM.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Userform Progress meter macro
    By KellyAustralia in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-06-2015, 04:15 PM
  2. [SOLVED] VBA Progress Meter
    By hobbiton73 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-21-2015, 07:51 AM
  3. Progress Meter
    By gsandy in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-06-2013, 02:49 PM
  4. Progress Meter in VBA
    By realniceguy5000 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-14-2012, 10:04 AM
  5. Progress Meter Help
    By Mooseman60 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-05-2011, 06:15 AM
  6. Progress Meter
    By coneill0422 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-29-2011, 03:43 PM
  7. Progress meter
    By akabraha in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-30-2007, 04:58 PM

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