View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Apply Colour to cell & blink

You can color cells in this manner using Conditional Formatting under the
format menu.

There is no built in support for blinking.

You would need to a macro to do that.

--
Regards,
Tom Ogilvy

"****al" wrote in message
...
I have data filed like: -
Bill no., Bill Date, Party Name, Item, Qty
I want to have data on party name with outstanding of over
30 days from system date & also want to use a different
Colour to cell attention to outstanding of over 60 days.

And can I Blink that cell which has fulfill the condition.

pls. help me.
****al