how do I make a cell flash

P

pedro

I have a figure in a cell in excell and I would like to make this figure
flash on and off? Can it be done?
 
F

Frank Kabel

Hi
this would require VBA (using for exampl the OnTime method). There's
(fortunately) no format for this. you may consider using conditional format
for 'highlighting' this cell.

If you still want to go the VBA way search the google archives for 'Excel
blinking cell'
 
Top