Display Row Borders When Text entered in Any Cell

B

Bilbert

I'm running Office Pro 2003.

Is there a way to turn on / display the borders of a row when text is
entered in any row cell?

Thanks much, Bill
 
P

pinmaster

Hi,

You can use conditional formatting (Format/Conditional Formatting) with the
following formula:

=COUNTIF(1:1,"*")>0

HTH
Jean-Guy
 
B

Bilbert

Thanks Jean-Guy - However, the conditional formatting is actually turning the
borders on in the row below the row where the data was entered.

Tried hacking the formula some, with no success. Any suggetsions?

Thanks again, Bill
 
P

pinmaster

Hi,

You need to adjust the row number to the first row in your selection. So if
the formatting starts on row 3 then =COUNTIF(3:3,"*")>0

Cheers!
Jean-Guy
 
Top