conditional formatting test

  • Thread starter Thread starter Sunil Patel
  • Start date Start date
S

Sunil Patel

I have a cell where font is black, but due to conditiona formatting the font
color is white. How do i test if font is white due to conditional
formatting.
I am trying
If ActiveCell.ColorIndex = 3 Then End

This does not work

Sunil
 
Back
Top