Progress Applet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Andy,

Take a look at this one

http://www.enhanceddatasystems.com/ED/Pages/ExcelProgressBar.htm



--

HTH

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

Andy said:
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.
 
I have a couple of examples on my website. One for the statusbar area, one
as a command bar control.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


Andy said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top