J
JM
Hi there,
Would welcome advice on the following.
Trying to add a block of data (say cell h8 to H12) iusing
the following statement
row_no = ActiveCell.Row
ActiveCell.Offset(1#).FormulaR1C1 = "=Sum(R[-" + Trim(Str
(row_no)) + "]c:r[-1]c)"
The formula sadly adds cell H1 to H12.....
Any idea as to how to only get the statement / formulae to
return the sum of cells H8 to H12
Thanks in advance
Would welcome advice on the following.
Trying to add a block of data (say cell h8 to H12) iusing
the following statement
row_no = ActiveCell.Row
ActiveCell.Offset(1#).FormulaR1C1 = "=Sum(R[-" + Trim(Str
(row_no)) + "]c:r[-1]c)"
The formula sadly adds cell H1 to H12.....
Any idea as to how to only get the statement / formulae to
return the sum of cells H8 to H12
Thanks in advance