how do you make text flash on and off like a warning sign?

G

Gary's Student

You might try an OnTime event procedure. The procedure would run
periodically and ,on alternate executions, set the text font color to either
a visible color or the same color as the cell background.


This would make the text appear to flash.
 
Top