P
Patrickw
I put a progress meter on my userform using a label colored blue with
an expanding width from 1 to 300. When I ran the program, I could not
get the label to grow. I added the command Me.Repaint at each
incremental increase of the label's width. Now the meter works great,
but the other controls on my form flicker. I assume this is because I
am repainting the entire userform and all its controls with the
general Me.Repaint command. Is there a way to repaint just the label
control so the rest of the userform won't flicker?
an expanding width from 1 to 300. When I ran the program, I could not
get the label to grow. I added the command Me.Repaint at each
incremental increase of the label's width. Now the meter works great,
but the other controls on my form flicker. I assume this is because I
am repainting the entire userform and all its controls with the
general Me.Repaint command. Is there a way to repaint just the label
control so the rest of the userform won't flicker?