answersLogoWhite

0

Thy this:

Dim SumIt As Long

SumIt = Cells(Rows.Count, "C").End(xlUp).Row + 1

Cells(SumIt, "C").Formula = "=SUM(C1:C" & SumIt - 1 & ")"

User Avatar

Wiki User

15y ago

What else can I help you with?