Make a cell blink

J

JenML5

Hi there -
I need a cell to "blink" or change back and forth from one color to another
when a workbook is opened. I tried to do this with a macro, but when you run
it, it goes so fast that you cannot see it blink.

Any ideas on how to do this??
Thank you,
Jen
 
P

papou

Hi
You may use Sleep to control the blinking speed together with DoEvents.
HTH
Cordially
Pascal
 
Top