Thread: Need a code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M[_4_] Luke M[_4_] is offline
external usenet poster
 
Posts: 457
Default Need a code

See Chip's site:
http://www.cpearson.com/excel/BlinkingText.aspx

You would need to combine this with the Worksheet_Change event to trigger
the blinking text. But again, as Chip explains, blinking text is generally
frowned upon.

--
Best Regards,

Luke M
"MAX" wrote in message
...
I need a code that does the following:
If C3D3, B3 value will start blink and if C3<D3, E3 value will start
blink.
Any help please.

Thanks in advance.