excel vba - collapse subtotals to level 2 using VBA -


Do anyone know how to use subtitles (once created) to use VBA for the collapse of level 2, So that I just see the summary?

Found in the MF Excel collection question -

ActiveSheet.Outline.ShowLevels 2 < / P>

When you know that simple ...


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -