Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steven,
5. I have found a few examples on the web showing progress bars but I can't seem to figure out how to increment the progress bar while it runs through my macro. The progress bar obviously is on a userform, so you need to show the form too. Before your loops start, add: ProgressBar.Show vbModeless Then when done, don't forget to hide and destroy the form: ProgressBar.Hide Unload ProgressBar Regards, Jan Karel Pieterse Excel MVP http://www.jkp-ads.com Member of: Professional Office Developer Association www.proofficedev.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel progress bar | Charts and Charting in Excel | |||
NEED Help - How to capture the Event's progress in Progress Bar | Excel Programming | |||
Excel Status Progress Bar | Excel Programming | |||
Excel VBA Progress bar on a userform | Excel Programming | |||
Excel and Progress | Excel Programming |