Thread: Flashing Cell
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Flashing Cell

Flashing cells are possible using VBA event code only.

Flashing cells are also very annoying and may be illegal in some
jurisdictions due to them possibly inducing Epileptic episodes in sensitive
persons.


Gord Dibben MS Excel MVP

On Tue, 8 Sep 2009 07:01:01 -0700, deepak
wrote:

Hello Again!

Can we have a cell flashing in , say red, color when it meets certain
criteria.
Say, A1 = be any date and B1 = today(). And, if B1 exceeds A1 then it start
to flash.

e.g. A1 = 7-sep-09 and B1=8-Sep-09, since B1 exceeded A1, it starts to flash.

Please forgive me if I am expecting a lot.

Thanks.