blinking button caption

  • Thread starter Thread starter dimpie
  • Start date Start date
D

dimpie

can make command buttons caption blink?

If yes, please let me know how i could do this thru VBA code.

thanks a lot!!!
 
I think you'll find the majority of people here would recommend strongly
that you not. Flashing captions are extremely annoying. Worse than that,
they can cause serious problems for people with epilepsy.

If after that, you're still determined to do so, you'd have to use the
form's Timer event. Set the form's TimerInterval to an appropriate value for
how frequently you want the blinking, and put code in the event to alternate
between two settings.
 
Back
Top