Hi, Is there a way to determine through VBA if a cell has conditional formatting applied to it?
C Chuck M May 1, 2007 #1 Hi, Is there a way to determine through VBA if a cell has conditional formatting applied to it?
J Jim Rech May 1, 2007 #2 Try something like this: ActiveCell.FormatConditions.Count > 0 -- Jim | Hi, | | Is there a way to determine through VBA if a cell has conditional formatting | applied to it? | | -- | TIA | Chuck M.
Try something like this: ActiveCell.FormatConditions.Count > 0 -- Jim | Hi, | | Is there a way to determine through VBA if a cell has conditional formatting | applied to it? | | -- | TIA | Chuck M.