View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LD[_2_] LD[_2_] is offline
external usenet poster
 
Posts: 3
Default Count Conditional Formatting

I am using conditional formatting to display errors (Missing data) on a
sheet.
My range is just from J12 to J27.

I want to prevent printing if one or more of the cells are red.
Allready have the code.
I just need to insert a IF statement to check if there are any cells in that
range that are formatted as red.(Missing Data)

How do I count the cells that are RED as a result of Conditional Formatting?

Any help will be appretiated.
Thanx.