I found an Excel VBA script and "tutorial", except it doesn't really break the code, and the bar code into separate sections.
http://spreadsheetpage.com/index.php/tip/displaying_a_progress_indicator/
The script attached to the "demo" adds random numbers into an excel sheet, as the progress bar goes across.
What this code on the sheet doesn't do is break the sections up, so saying ' this is the code for the random numbers, and ' this is the code for the actual progression bar.
Could someone disect this code and make it more "user friendly" for those who can't speak VBAeese as well as those who seemed to of written it?
Thanks in advance.
Here is a heavily commented version of the code for you:
the only parts of the code that are useful to you are to note that while it is looping it is figuring out what percent it is done, then using that to update the form.
If you had a lot of code you could simply put the follwoing throughout it (assuming you build the form)