Hi
I am working with an excel 2007 worksheet that contains many grouped outlines by row.
I have the below code to show or collapse All outline on a worksheet, but how can I have a button that will take the use to 1 specific outline and expand it, keeping all others collaped.
ActiveSheet.Outline.ShowLevels RowLevels:=1 or 2
Thanks
L
I am working with an excel 2007 worksheet that contains many grouped outlines by row.
I have the below code to show or collapse All outline on a worksheet, but how can I have a button that will take the use to 1 specific outline and expand it, keeping all others collaped.
ActiveSheet.Outline.ShowLevels RowLevels:=1 or 2
Thanks
L