J
JuanManuel
I just finished implementing and testing my first progress bar. I got the
code from this link:
word.mvps.org/faqs/Userforms/CreateAProgressBar.htm
I was dissappointed though!! As far as I understand how the progress bar
works and based on my timing results, the progress bar does not track actual
progress, it simply fills up a bar independently of the actual progress of a
subroutine. In the end, you get a slower program that does nothing to keep
the user informed of the actual progress.
Is there a way to code a real progress bar, one that actually tracks the
actual progress of a subroutine? Even if it does it with an error margin?
Thank you,
Juan
code from this link:
word.mvps.org/faqs/Userforms/CreateAProgressBar.htm
I was dissappointed though!! As far as I understand how the progress bar
works and based on my timing results, the progress bar does not track actual
progress, it simply fills up a bar independently of the actual progress of a
subroutine. In the end, you get a slower program that does nothing to keep
the user informed of the actual progress.
Is there a way to code a real progress bar, one that actually tracks the
actual progress of a subroutine? Even if it does it with an error margin?
Thank you,
Juan