Formatting text..

Z

Zadig Galbaras

Hi...

Is there a way to make cell B26 show f.ex. red blinking tekst, when B25 is
containing the same text string?


--

Regards
Zadig Galbaras

--
 
C

CLR

You can easily make B25 turn RED if it contains the same value as B26 by
using the Conditional Formatting Feature....Format > ConditionalFormat >,
and follow the menu..............if you want it to "blink' then that will
require some VBA code and will continue to consume system resources all the
time it is running.

Chip Pearson has some instructions.....
http://www.cpearson.com/excel/BlinkingText.htm

Vaya con Dios,
Chuck, CABGx3
 
Z

Zadig Galbaras

That did it...I knew about this cinditional formatting, but didn't quite
figured out how it worked and then put it off as of no help to me.
I was wrong, wasn't I?

Thank you for your help!

--

Regards
Zadig Galbaras

--

CLR said:
You can easily make B25 turn RED if it contains the same value as B26 by
using the Conditional Formatting Feature....Format > ConditionalFormat >,
and follow the menu..............if you want it to "blink' then that will
require some VBA code and will continue to consume system resources all
the
time it is running.

Chip Pearson has some instructions.....
http://www.cpearson.com/excel/BlinkingText.htm

Vaya con Dios,
Chuck, CABGx3
 
Top