Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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)?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Grouping columns in excel Karl New Users to Excel 1 April 12th 06 09:46 PM
Grouping Data in Excel Fran B Excel Discussion (Misc queries) 1 February 26th 06 07:22 PM
Excel Grouping MJatAflac Excel Worksheet Functions 0 July 20th 05 08:59 PM
Excel grouping & protection Smokey Mike Setting up and Configuration of Excel 1 February 12th 05 03:31 AM
How do I hide a worksheet in Excel and use a password to un-hide . Dchung Excel Discussion (Misc queries) 3 December 2nd 04 06:24 AM


All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"