Hi all
Bit stuck, want to look at my sheet and add a = SUM calculation I am using last command to find the last row
last = Cells(Rows.count, "F").End(xlUp).Row
so how do I put into my sheet ?
=SUM(G2:last row)
hope this makes sense
ps please put comments on the example as I am still finding my way round vba
Steve
Bit stuck, want to look at my sheet and add a = SUM calculation I am using last command to find the last row
last = Cells(Rows.count, "F").End(xlUp).Row
so how do I put into my sheet ?
=SUM(G2:last row)
hope this makes sense
ps please put comments on the example as I am still finding my way round vba
Steve