View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alec Alec is offline
external usenet poster
 
Posts: 11
Default Conditional Formats

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