View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 54
Default Cell Blink or message if cells date = today date

I'd use conditional formatting to do this, but it will change the format of
the cell, it can't make it blink.

Assuming you have selected cell C7, use

FORMAT - CONDITIONAL FORMATTING - FORMULA IS
=C7=TODAY()

And set your format for the cell.

"al007" wrote in message
oups.com...
How can I get a message indicating which cells - if date in existing
cells(ie date already input) = today's date
Can anybody help pls