LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default PROGRESS INDICATOR

Joe,

all I can say is that I have some extremely complex code running around my
thing all the time and it works for me. Furthermore, since I have this thing
publicly available on my site, if there is a bug you have found, please let
me know privately and I'll fix it.

If you are using mine and not seeing updates to the progress indicator, try
adding another DoEvents statement after a .progress command in the
controlling routine. Although the class issues the DoEvents command itself,
I have seen instances where the system still gets left behind.

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"Joe 90" wrote in message
...
I have tried most of the progress bars available, and whilst they are all
excellent, they never seem to work with "my code" of "your code here"
This is because it seems that most of the progress bars rely on "my code"
being quite simple, and running a loop or similar. When "my code" is more
complex, the progress bars do not seem to work. Any way around this?

Joe

"Robin Hammond" wrote in message
...
There's a downloadable class and demo here that writes to the status bar

in
97 or displays a progress indicator in 2000 and above and an ability to
handle a cancel button.

http://www.enhanceddatasystems.com/E...rogressBar.htm

Robin Hammond
www.enhanceddatasystems.com
Check out our XspandXL add-in


"jason" wrote in message
om...
Does anybody have any code for a good progress indicator, at the
moment I'm just using:

With Application
.ScreenUpdating = False
.StatusBar = "Please wait .................. macro running
......."
End With

This is a bit basic and doesn't give any indication of how far through
the PC is.

Any help,or links, greatly appreciated.

J







 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Progress Bar leerem Excel Discussion (Misc queries) 2 August 13th 08 05:16 PM
Displaying a Progress Indicator (VBA) shapiro Excel Discussion (Misc queries) 1 June 4th 07 02:34 AM
Progress bar [email protected] Excel Discussion (Misc queries) 1 January 6th 07 01:49 PM
Progress YTD Lance Charts and Charting in Excel 1 March 29th 05 07:16 PM
Popup Progress Indicator David W[_3_] Excel Programming 1 August 18th 03 08:29 PM


All times are GMT +1. The time now is 02:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"