+ Reply to Thread
Results 1 to 6 of 6

Progress/Counting Meter Problem

  1. #1
    Registered User
    Join Date
    03-02-2008
    Posts
    42

    Progress/Counting Meter Problem

    Hi,

    I have tweaked a Macro that extracts data from workbooks within a given folder.

    I have tried using the progress meters from links in this forum, but i could not make them to work.

    what i need is a wait massage to show how many files in a folder and how many workbooks are being copied.

    Can anyone help me with this problem.

    Here's my Macro

    Please Login or Register  to view this content.
    Thanks

    Panic

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Inside your loop add a line to update the status bar
    Please Login or Register  to view this content.
    Then as one of the last lines in your code add
    Please Login or Register  to view this content.
    to clearout the statusbar.

    HTH

    rylo

  3. #3
    Registered User
    Join Date
    03-02-2008
    Posts
    42
    Quote Originally Posted by rylo
    Hi

    Inside your loop add a line to update the status bar
    Please Login or Register  to view this content.
    Then as one of the last lines in your code add
    Please Login or Register  to view this content.
    to clearout the statusbar.

    HTH

    rylo
    I tried as you suggested, but i do not see anything happening. I am I missing something?

    Thanks

    Panic

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    At the bottom of the excel window is a (normally) grey border that contains the word Ready. If you do a filter, it will give you the number of items that have been filtered, or if you highlight a column of numbers, and the default action is Sum, then it will show you the sum.

    In that bar, where Ready normally goes, it should produce the message from the code.

    Let me know if that doesn't allow you to find it.

    rylo

  5. #5
    Registered User
    Join Date
    03-02-2008
    Posts
    42
    Hi rylo,

    Thanks this works now (i was looking at the wrong thing)

    But is it possible to display the status bar information on a message or a userform?

    Thanks

    Panic

  6. #6
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Can't use a messagebox as you have to keep acknowledging it, so it comes back to using the progress meter. I don't know what link you used, but there used to be instructions on the microsoft.com site on how to create a progress meter. I found those instuctions workable.

    Try attaching a file with your progress meter code / userform etc and maybe we can find where it isn't working.

    rylo

+ 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