Thread: HIDING ROWS
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ANDREWS ANDREWS is offline
external usenet poster
 
Posts: 3
Default HIDING ROWS

H
I am finding difficulties to write a macro to hide rows if all their cells are empty
I have a workbook with 500 rows and 20 columns. I would like to have the flexibility to print a given section of rows, say rows 20 to 150, provided one of the cells in the 20 columns has a value in it either a number or text.
Rows which have all cells empty across the 20 columns not to be printed.
Thanks