Thread: hiding rows
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gina Gina is offline
external usenet poster
 
Posts: 58
Default hiding rows

Mike,

Yeah, sorry you're right. What I want to do is hide rows, starting at row
24 going down the sheet, that contain data. The number of rows containing
data is unknown so I would like to use a macro that somehow selects only the
rows that aren't blank so that I can hide them.



"crazybass2" wrote:

Gina,

What do you mean by 'row K.' K is a column.

Mike

"Gina" wrote:

Hi,

I want to hide all the rows containing data, below row K, when I click on a
checkbox. Does anyone know how to do this?

Thanks