G Guest Jul 20, 2007 #1 How do I place a progress indicator on the taskbar? Like the files save or range sort indicators.
N NickHK Jul 20, 2007 #2 Here's one way: http://groups.google.co.uk/group/mi...16b80?lnk=st&q=&rnum=1&hl=en#7b7c41c36a816b80 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 (e-mail address removed)> wrote in message news:[email protected]...
Here's one way: http://groups.google.co.uk/group/mi...16b80?lnk=st&q=&rnum=1&hl=en#7b7c41c36a816b80 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 (e-mail address removed)> wrote in message news:[email protected]...