ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   outline question (https://www.excelbanter.com/excel-programming/428631-re-outline-question.html)

Paul C

outline question
 
Start by grouping each section individually to level 2. Then select the
entire selection you want to group as level 3 and group it again. This will
change the selection to a level 3 group.
--
If this helps, please remember to click yes.


"Kent McPherson" wrote:

I have a worksheet with two sections that both have outlines defined. I'd
like to be able to set the top section to level 3 and the bottom section to
level 2. I've set the entire sheet to level 3 and then tried this code but
it doesn't work. I get a run time error because the selection is not an
outline object. Is there a way to set the levels of two different sections
to different levels?

'
' Show only 2 levels
'
Range("A" & start_trn_row).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
With Selection

.Outline.ShowLevels RowLevels:=2

End With





All times are GMT +1. The time now is 02:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com