View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Changing Text Color After Change

Make them red using conditional formatting testing for the text "[Enter
Text]"

then when that is removed, you should get the default formatting.

--
Regards,
Tom Ogilvy

"Todd" wrote in message
...
I have a group of cells which contain the text "[Enter
Text]" and their color is set to Red. I would like the
text of these cells to change to Black after the new text
is entered in each cell.

I've been able to make them ALL change after the first
cell is changed, but I would like them all to change
seperately. Any suggestions?

TIA