hide a row

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Is there a formula to hide a row without writing a procedure in the code.
Example: If A1 is blank don't hide, if anything is in A1 hide. Thanks in
advance.
 
Physically hide, no. Camouflage using CF, yes, via selecting entire rows
(with A1 active) then using Formula Is: =ISBLANK($A1), and formatting the
font color to be the same as the underlying fill color (to blend).

If above helps in some way, do click the YES button below.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
 
Max gave the correct answer, plus there's one other consideration: if the row
you want to hide happens to be the same row with the value to test, how are
you ever going to unhide it after it's been hidden? Can't see the cell to
remove the entry in it - you'd have to resort to using Format Rows Unhide.

Just a passing thought.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top