View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Danny Danny is offline
external usenet poster
 
Posts: 148
Default Condition Formatting - Work Sheet Event Code

I have set up worksheet event code in order to format cells based on text
input.

All works well, but now I would also like the text to match the cell color
in order to hide the text. I have not had any luck getting the font color to
move off black. I am using the following code line: Case "fair":
..Font.ColorIndex = 45

Looking forward to the help!

Danny