Is there a easier/shorter way to sum below each of the columns.
Right now I have -
Cells(8, 1).Value = WorksheetFunction.Sum(Range(Cells(1, 1), Cells(7, 1)))
Cells(8, 2).Value = WorksheetFunction.Sum(Range(Cells(1, 2), Cells(7, 2)))
<colgroup><col width="64" span="4"...