Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm an intermediate user of macros and VBA programing but I can't figure this out. I want to create a macro that will identify if I have selected rows or columns and if what I've selected is grouped or not and then either group the selection or ungroup the selection based on these answers. This is what I've built...obviously it doesn't work. Please help if you can. Sub GroupUngroupSelection() With selection If Selection.Rows = True If Selection.Rows.Group = True selection.Rows.Ungroup Else: selection.Rows.Group Elseif Selection.Columns = True If Selection.Columns.Group = True selection.Columns.Ungroup Else: selection.Columns.Group End With End Sub -- Thanks a million, Nick Junod |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range.Group Method - group rows, not columns | Excel Programming | |||
Group and ungroup | Excel Programming | |||
Use VBA to find, Group, Ungroup rows | Excel Programming | |||
On protected Excel sheet users be able to group/ungroup rows/colum | Excel Worksheet Functions | |||
how do you group and ungroup rows or columns in new Excel? | Excel Worksheet Functions |