Blinking Cell

K

kraljb

I am thinking that this is impossible, but thought that I would as
anyway.
Is there a way within Excel to have a "blinking" cell? Preferbl
without writing an infinte loop macro.

Thank you,
Joh
 
F

Frank Kabel

Hi
not possible without vBA. You'll have to use the OnTime method and this
would slo down Excel. So don't use it :)

If you need some code search Google for 'blinking cell'
 
Top