Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking to group groups of consecutive rows at the same level, for example
group rows 11-26 and then group 27-42 and the group 43-58, etc I've been using this to group range = sheet.Rows[string.Format("{0}:{1}", startRow, endRow), Type.Missing] as Range; range.Group(Type.Missing, Type.Missing, Type.Missing, Type.Missing); problem is, when it's done it's grouped from 11-58 and not in the in this is what I would like it to look like when I am finished http://img113.imageshack.us/img113/953/excello0.jpg any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programmatically Name a Range | Excel Programming | |||
Selecting range programmatically | Excel Programming | |||
increase range programmatically | Excel Programming | |||
Programmatically defining dynamic range | Excel Programming | |||
How do I programmatically specify a range. | Excel Programming |