Microsoft ProgressBar Control Version 6

  • Thread starter Thread starter Joseph
  • Start date Start date
J

Joseph

Hi TK,

Thats just the thing I need, but I get an error on this line of code:

ProgressBar1.Value = intCounter '///// Update progress.''

and the error reads: Invalid property Value

Thanks for your hel
 
Hi Joseph

I can duplicate the error if the loop value and progressBar
max value are differant. Check those values.

Joseph said:
ProgressBar1.Value = intCounter '///// Update progress.''

To run the sample, place a ProgressBar on the worksheet
set the max value to 10000 e.i.
(right click the ProgressBar/properties/max/10000)
and the error reads: Invalid property Value

Good Luck
TK
 

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

Back
Top