+ Reply to Thread
Results 1 to 5 of 5

Progess Indicator - "Circle" Indicator By Andy Pope

  1. #1
    Registered User
    Join Date
    03-16-2009
    Location
    California, USA
    MS-Off Ver
    Excel 2003
    Posts
    98

    Progess Indicator - "Circle" Indicator By Andy Pope

    I want to revise Andy Pope's code to allow the entire screen to be displayed with the "Circle" Progress Indicator .

    I would like something like the one we use in our Excel Help Forum when we are waiting to be redirected from the log on screen to the forum.

    Here is the begin of the code.

    Please Login or Register  to view this content.

    I tried to follow the code to copy and paste it in my own spreadsheet, but I can not follow what is going on.

    Can anyone help to adstract the "Circle" Progress Indicator from his code?
    The rest of the code can be found here
    http://www.andypope.info/vba/pmeter.htm
    Last edited by NaNaBoo; 03-27-2009 at 04:29 PM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Progess Indicator - "Circle" Indicator By Andy Pope

    The code you have posted is for the animation of a cirlce either growing or shrinking in relation to another.

    Basically the code calculates the new width/height value for the changing image in relation to a percentage of the static image. Once resized it is then centered.

    Most people only really have problems with understanding where in there own code the progress meter code should fit. Basically when should they call the routine.

    so why not post you code and explain where the delay is that you want to report progress to the user.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    03-16-2009
    Location
    California, USA
    MS-Off Ver
    Excel 2003
    Posts
    98

    Re: Progess Indicator - "Circle" Indicator By Andy Pope

    Most people only really have problems with understanding where in there own code the progress meter code should fit. Basically when should they call the routine.
    Contrary to this quote, I am no expert when it comes to understanding VBA. I am a really beginner. So where others might need to know where to put the code, I need help on putting the pieces together of only the "Circle" part of your code.

    I tried following all of the variables and methods, but it is very difficult for me to know what needs to be included on the form just for the "Circle" progress indicator.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Progess Indicator - "Circle" Indicator By Andy Pope

    If you select the 2 ovals, textbox and checkbox from multi page2 and move them on to the userfrom you can delete the multipage and all the other controls.

    You then need to remove the calls to those other meters in the initialize event and run progress meters button

    Only code required is
    Please Login or Register  to view this content.
    see attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-16-2009
    Location
    California, USA
    MS-Off Ver
    Excel 2003
    Posts
    98

    Re: Progess Indicator - "Circle" Indicator By Andy Pope

    Thanks!!

    I have opend up you file, but I have not tried to use it yet. I know I will have other questions, so please standby if you can to answer them.

    Thank you for taking out your time and putting the code together for me.
    I really appreicate it.

+ 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