Incremental Progess Indicator

G

Guest

Hi,
I need to build a progress indicator for the following loop:
_______________________________
For i = 0 To TextBox1.Value

‘some code

PctDone = i / TextBox_cnt.Value

Next i
______________________________

TexBox1 is an UserForm input, so it is variable. Instead of continuously
updating progress indicator, I’d like to show something at each +5 %
completed for example. How can this be coded?

Thank you.
 

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

Top