I have a spreadsheet that already has some macros that setup SUBTOTAL functions where I would like there to be SUM functions.
The code that creats the SUBTOTAL functions I believe is this...
Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(22), _
Replace:=True...