hide a row

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have a worksheet with information in column A and B.

If Column B has no information I want to do nothing, but if there is
something in Column B, I would like to hide the row.

Is this possable in an if statement?
 
As Frank said you would need a macro which could be automatic via a
worksheet change event. But, the question is - Do you ever want to unhide
it? If not, just delete.
 
Back
Top