A
Alec
How can I test if a selection contains conditional
formats, the following does not work.
" IF Selection.FormatConditions(2) = True Then ""
I am trying to delete FormatCondition (2) within a
selection, but if any cell within that selection does not
have any conditional formats, I get an error. I want to
the code to continue, regardless of the error.
Any Ideas
Alec
formats, the following does not work.
" IF Selection.FormatConditions(2) = True Then ""
I am trying to delete FormatCondition (2) within a
selection, but if any cell within that selection does not
have any conditional formats, I get an error. I want to
the code to continue, regardless of the error.
Any Ideas
Alec