D
Denis Petrov
Dear All,
I have a variable range of data in a column. Exactly at
the bottom of this column I need to insert a SUM function
for the numbers above (not just calculate the totals). I
tried
ActiveSheet.Range("a6").End(xlDown).Offset(1, 0).Formula
= "=SUM(a2Range("a6").End(xlDown))"
but it's not working
Please advise!
Thanks.
Denis Petrov
I have a variable range of data in a column. Exactly at
the bottom of this column I need to insert a SUM function
for the numbers above (not just calculate the totals). I
tried
ActiveSheet.Range("a6").End(xlDown).Offset(1, 0).Formula
= "=SUM(a2Range("a6").End(xlDown))"
but it's not working
Please advise!
Thanks.
Denis Petrov