Hello All,
I am using the "subtotal" menu command to group and subtotal a list of information. The code created is the following:
Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(6,7,8), _
Replace:=True, PageBreaks:=False, SummaryBelowData:=True
The issue is that the...