Thread: Collapsing rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Curious Curious is offline
external usenet poster
 
Posts: 36
Default Collapsing rows

I am writing categories of data (a category covers several rows) to an Excel
sheet, one category after another. I would like to collapse the rows
containing a category when all category data are entered. So the question is
how to programmatically collapse a number of rows after filling them with
data.

Thanks