Sub Total Method URGENT

J

jacqui

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
 
D

David Fixemer

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
 

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

Similar Threads

UsedRange 2
Subtotal by VBA 5
Subtotal Formatting 2
Subtotal function 2
Excel Subtotals 2
Issue with nested data subtotals 3
Subtotals 2
subtotal question 1

Top