View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default ScrollBar object

Angie,
It only blinks because it has the focus.
When the focus changes to another control, hey presto, no blink.

If it was the first control with a TabIndex property that you placed on the
userform, it will initially have the focus and blink. Solution: Set the
TabIndex of a different control to 0.

NickHK

"Angie" wrote in message
...
When I add the ScrollBar object to my form and run the form, the square
inside the bar blinks after you use it and keeps blinking. Is there a way

to
make it quit the blinking already?

Thanks,
Angie