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

Andy,

Take a look at this one

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



--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Andy" wrote in message
...
If you have some Excel VBA code which is going to take a little time to

run it would be good to display a progress bar to show status of
processing - you know, the ones you see during software installations.

Can anyone point me towards some information about this? It would need to

be controlled from the VBA because that is where the information is held
about the state of the subroutine.

Thanks.