View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mwam423 mwam423 is offline
external usenet poster
 
Posts: 103
Default conditional format question

happy holiday everybody! is there a function, or VBA code, that can tell the
color of a cell, given that the color is determined by conditional format?

i'm using conditional formatting to highlight when values reach beyond
accepted tolerances (i've got several columns in a sheet and near top of each
column is recommended tolerance. in cells directly below i've got values and
when a value is greater than tolerance the cell will change color ). i have
multiple sheets representing different projects, and i want to print a sheet
only when a value in the grid is highlighted.