ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel Grouping and Hide (https://www.excelbanter.com/excel-discussion-misc-queries/136291-excel-grouping-hide.html)

[email protected]

Excel Grouping and Hide
 
I am trying to figure out how to get rows to group up instead of down
so that when I expand, it iexands the detail below. It keeps adding
the +/- to the row below my selection instead of the top.

Also, I am a little confused as to what the hide feature does.
Anyone?
kbeandog


JE McGimpsey

Excel Grouping and Hide
 
one way:

Data/Group and Outline/Settings, uncheck the "Summary rows below
detail" checkbox.

Which "hide feature" are you referring to?

In article .com,
wrote:

I am trying to figure out how to get rows to group up instead of down
so that when I expand, it iexands the detail below. It keeps adding
the +/- to the row below my selection instead of the top.

Also, I am a little confused as to what the hide feature does.
Anyone?
kbeandog


Bill[_4_]

Excel Grouping and Hide
 
On Mar 26, 12:03 pm, JE McGimpsey wrote:
one way:

Data/Group and Outline/Settings, uncheck the "Summary rows below
detail" checkbox.

Which "hide feature" are you referring to?

In article .com,

wrote:
I am trying to figure out how to get rows to group up instead of down
so that when I expand, it iexands the detail below. It keeps adding
the +/- to the row below my selection instead of the top.


Also, I am a little confused as to what the hide feature does.
Anyone?
kbeandog


Anyone know how to do this from VBA (i.e. uncheck those boxes)?


Dave Peterson

Excel Grouping and Hide
 
Sometimes, just recording a macro will show you the code that you need:

With ActiveSheet.Outline
.AutomaticStyles = False
.SummaryRow = xlAbove
.SummaryColumn = xlRight
End With


Bill wrote:

On Mar 26, 12:03 pm, JE McGimpsey wrote:
one way:

Data/Group and Outline/Settings, uncheck the "Summary rows below
detail" checkbox.

Which "hide feature" are you referring to?

In article .com,

wrote:
I am trying to figure out how to get rows to group up instead of down
so that when I expand, it iexands the detail below. It keeps adding
the +/- to the row below my selection instead of the top.


Also, I am a little confused as to what the hide feature does.
Anyone?
kbeandog


Anyone know how to do this from VBA (i.e. uncheck those boxes)?


--

Dave Peterson


All times are GMT +1. The time now is 06:53 PM.

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