ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Sub Total Method URGENT (https://www.excelbanter.com/excel-programming/291989-sub-total-method-urgent.html)

jacqui[_2_]

Sub Total Method URGENT
 
I posted the following message yesterday but did not
receive any reply. Please could someone kindly advise on
this subject. I'd really appreciate any help with this
one. Many thanks. My original message is below.
Jacqui

I am using the SubTotal method to create totals in a
datafile using the following code:

.UsedRange.Subtotal groupby:=1, Function:=xlSum,
totallist:=colArray, _
Replace:=True
.UsedRange.Subtotal groupby:=4, Function:=xlSum,
totallist:=colArray, _
Replace:=False
.UsedRange.Subtotal groupby:=5, Function:=xlSum,
totallist:=colArray, _
Replace:=False

ActiveSheet.Outline.ShowLevels 6

I then use .styles to format the totals in various fonts
etc and this works fine. However, I need to introduce
another couple of subtotals to the above yet when I tried
this VBA added the subtotals but showlevel buttons beyond
level 8 were not available. When I tried to select
ShowLevel 8 using VBA it returned the error Subscript Out
of Range. Is there a limit to the number of groupby
sweeps and subtotals you can create? If so is there an
alternative method I could use other than a Pivot Table.
Unfortunately the source file cannot be modified to
include totals so I'm dependent on Excel.

Can anyone kindly fix or recommend a workaround.
NB I'm an XL 97 user.

Many thanks
Jacqui




David Fixemer

Sub Total Method URGENT
 
Jacqui,

Perhaps the best way for me to help is if you could
directly email me the file as an attachment. If the file
is large, please copy and send a small portion of the file.

David Fixemer


All times are GMT +1. The time now is 01:59 AM.

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