How can I make Grouping with summary rows ABOVE detail the default

M

M.Siler

In Excel 2002 on the Menu: Data > Group and Outline > Settings

I'd like to make the setting "Summary rows below detail" unchecked as the
default. I have never wanted it with the summary row below the detail
therefore I have to go into this EVERYTIME I use grouping. Is there a way I
can make it unchecked as the default?
 
A

Andy Brown

Is there a way I can make it
unchecked as the default?

Can't say. An option would be to use code to run it (stored in personal.xls
& assigned to a custom toolbar button) ;

Application.Dialogs(xlDialogSubtotalCreate).Show , arg6:=False

HTH,
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top