View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dalejreyes@gmail.com is offline
external usenet poster
 
Posts: 2
Default How to change font color on string/text values

I have cells with titles in which some words are black, others are
red/
struck through, and other words are blue.

For every cell that has blue words, I want to convert those words to
green. All other words in the string should remain, as is.

Any ideas? I tried this conditional formatting:

Cell Value is EQUAL TO = "vbBlue" [format..] then I clicked a green
color.

Thanks!
Dan