i need the fomula to sum up c1:c & lastrow but this doesnt work, it just puts "C1:C4" into the cell![]()
Sheets("Total").Select Dim Lastrow As Long Application.ScreenUpdating = False Lastrow = Cells(Rows.Count, "B").End(xlUp).Row Range("M4").Select ActiveCell.FormulaR1C1 = ("C1:C" & Lastrow)
Bookmarks