J
Jeff Marshall
Hi,
Does anyone have some code that would make a progress tool bar work in a
UserForm1.
I would like to use it in a For loop where it shows the status of the
variable C.
For example;
For C = 1 to 25000
'Code goes here
UserForm1 goes here with progess bar in it showing the % complete as C goes
from 1 to 25000.
Next C
Thanks
Jeff
Does anyone have some code that would make a progress tool bar work in a
UserForm1.
I would like to use it in a For loop where it shows the status of the
variable C.
For example;
For C = 1 to 25000
'Code goes here
UserForm1 goes here with progess bar in it showing the % complete as C goes
from 1 to 25000.
Next C
Thanks
Jeff