Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I place a progress indicator on the taskbar? Like the files save or
range sort indicators. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
StatusBar Progress | Excel Programming | |||
progress box while macro is running | Excel Programming | |||
Progress Indicator | Excel Programming | |||
how do you set up a progress bar when running a macro in excel? | Excel Programming | |||
Progress bar in statusbar | Excel Programming |