R
Richard P
I am trying to count the number of "conditionally formatted cells" in Excel
2003 - SR2 using VB looking for SPECIFIC colors (Red, Green or Yellow). I
cannot do it with a macro or simple formula. I can create a VB code that
counts the colored cells but NOT if they are conditionally formatted colored
cells. Any ideas?
I have tried using lCol = rColor.Interior.ColorIndex to determine the
color index (normally Red, Green or Yellow) and, as stated, it only counts
those cells colored using the format tool bar and NOT conditionally set by a
formula or cell value as set. Thanks.
2003 - SR2 using VB looking for SPECIFIC colors (Red, Green or Yellow). I
cannot do it with a macro or simple formula. I can create a VB code that
counts the colored cells but NOT if they are conditionally formatted colored
cells. Any ideas?
I have tried using lCol = rColor.Interior.ColorIndex to determine the
color index (normally Red, Green or Yellow) and, as stated, it only counts
those cells colored using the format tool bar and NOT conditionally set by a
formula or cell value as set. Thanks.