Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to group a bunch of rows but I am having some problems. The code
lines below works great: Rows("5:8").Select Selection.Rows.Group but I need to group these rows 12,14,16,18,20,22,24,26,28,30. I tried Rows("12,14,16,18,20,22,24,26,28,30").Select Selection.Rows.Group but I get and Overflow error message. When I tried Me.Rows("12:12,14:14,16:16,18:18,20:20,22:22,24:24 ,26:26,28:28,30:30").Select Selection.Rows.Group I get a Type mismatch error message. What am I doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Grouping Rows | Excel Worksheet Functions | |||
grouping rows | Excel Programming | |||
grouping rows... | New Users to Excel | |||
Grouping Rows | Excel Discussion (Misc queries) | |||
Grouping rows together | Excel Worksheet Functions |