View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
TK TK is offline
external usenet poster
 
Posts: 177
Default Microsoft ProgressBar Control Version 6

Hi Joseph

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

"Joseph" wrote:

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