Archive of Mr Excel Message Board

Back to Forms in Excel VBA archive index
Back to archive home

Conditional Formating
Posted by Greg V on February 14, 2002 12:51 PM
How would I set it up so that if the value in a cell is greater than a specified value, then every cell in the same row as that cell is highlighted?

Re: Conditional Formating
Posted by Mark W. on February 14, 2002 12:58 PM
Select an entire row, create a "Formula Is"
condition using =ref>value where "ref" is a mixed
reference (i.e., $C2) to the column of interest
and the selected row, and "value" is the
specified value.

This archive is from the original message board at www.MrExcel.com.
All contents © 1998-2004 MrExcel.com.
Visit our
online store to buy searchable CD's with thousands of VBA and Excel answers.
Microsoft Excel is a registered trademark of the Microsoft Corporation.
MrExcel is a registered trademark of Tickling Keys, Inc.