Thread: Color
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Color

Only through VBA

You need a function to determine the font color then use that font color index
number as the criterion for the condition.

For more on color functions see Chip Pearson's site.

http://www.cpearson.com/excel/colors.htm


Gord Dibben MS Excel MVP

On Wed, 28 Nov 2007 10:23:01 -0800, Angeles
wrote:

Is is possible to define a condition depending of the text color of cells ?

Thank you