Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a lengthy procedure for which I would like to display a progress bar.
I have seen several excellent variations based on "percentage done". My problem is that this procedure does a lot of different things that can't be easily translated to a percentage. Examples: It opens another file, formats it by deleting various columns and rows based on certain criteria (the number varies between files), closes the file, then goes from worksheet to worksheet (8 total) in the original and deletes rows to match the new number, opens a different file for another purpose, etc. In other words, couId I use a progress bar to indicate events being performed, instead of percentage done? Would I estimate the percentage, and then update the progress bar (jumping maybe 10% at a time) after each procedure is done? If this wouldn't work, maybe just keep updating a MessageBox?? Any ideas on how would I do this? I know I can use the status bar with text, but it's not very noticeable. Any help is greatly appreciated, Denny |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Different kind of rounding | Excel Discussion (Misc queries) | |||
What kind of chart is this? | Charts and Charting in Excel | |||
What kind of protection is this? | Excel Discussion (Misc queries) | |||
some kind of IF or lookup??? | Excel Worksheet Functions | |||
Help what kind of formula? | New Users to Excel |