View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Progress Indicator

The one I like is at
http://www.enhanceddatasystems.com/E...rogressBar.htm, but I
can't see how you get over the problem that uyou have with John's, you need
to control when it is updated.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Rob Hargreaves" wrote in message
...
Hi I need to find a simple to use progress indicator for excel. I cant

use
one which requires a dll or any references.

cpearson has a nice looking one but that does!!

jwalks example only works in some of my code. The loops are quite tight

in
the example I want to use one with and it is part of an automated task
between excel and word.

Any suggestions would be great. Graphical ones would be better on a form
which updated an indicator or progress bar whilst the code was being
executed.

(The current code takes 1/2 hour to finish)

Thanks for any help,

Rob