Progressbar problem

NickJ

Member
Joined
Apr 29, 2005
Messages
21
Programming Experience
Beginner
Hi guys

Im trying to get a progressbar to run but not sure of the code to get it to run. I would like it run on form2 while it loads but the button is on form1

can you help?

this is what i have so far...

Dim ProBr As Long
ProgressBar1.Value = 0
Do While ProgressBar1.Value < ProgressBar1.Maximum
ProgressBar1.Value += 1

loop

Thanks
Nick
 
Back
Top