Hi All,
I am running some Excel code within Access after exporting to excel using the code below. All is ok except at the line...
xlApp.Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(5), Replace:=True, PageBreaks:=False, SummaryBelowData:=False
I am not sure what other...