From: MAX on
I need a code that does the following:
If C3>D3, B3 value will start blink and if C3<D3, E3 value will start blink.
Any help please.

Thanks in advance.
From: Luke M on
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" <MAX(a)discussions.microsoft.com> wrote in message
news:E7D78D26-09FC-4A45-81E6-A328D986A346(a)microsoft.com...
>I need a code that does the following:
> If C3>D3, B3 value will start blink and if C3<D3, E3 value will start
> blink.
> Any help please.
>
> Thanks in advance.