Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default statusbar indicator for progress of macro running

How do I place a progress indicator on the taskbar? Like the files save or
range sort indicators.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default statusbar indicator for progress of macro running

Here's one way:
http://groups.google.co.uk/group/mic...41c36a 816b80

Or if you mean some text, then you can update it in a loop with:
Application.StatusBar = "% complete: " & SomeVariable

Not forgetting to return control to Excel when finished with:
Application.StatusBar = False

NickHK

"Brian Jones @ Belhar SA" <Brian Jones @ Belhar
wrote in message
...
How do I place a progress indicator on the taskbar? Like the files save

or
range sort indicators.



Reply
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
StatusBar Progress Silencer116 Excel Programming 0 April 20th 06 02:30 PM
progress box while macro is running [email protected] Excel Programming 2 October 25th 05 10:39 AM
Progress Indicator Rob Hargreaves[_2_] Excel Programming 16 August 8th 05 12:50 AM
how do you set up a progress bar when running a macro in excel? Neil Hopkinson Excel Programming 8 April 3rd 05 10:41 PM
Progress bar in statusbar David J[_2_] Excel Programming 1 January 6th 04 02:18 PM


All times are GMT +1. The time now is 07:15 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"