Thread: hide a row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob[_61_] Bob[_61_] is offline
external usenet poster
 
Posts: 1
Default hide a row

if I have a worksheet with two columns A and B. and there is no information
in Column B I would like to leave it. If there is information in Column B,
I would like to hide the row.

Column A Column B

ABC
DEF CCC I would like to hide this row.

Is this possable. thanks for any help.