Hi,
I have formula:
How to add "row_to_del" to function SUM?
I tried also
but also is wrong.
I have formula:
Rich (BB code):
ws_22.Range("N73:N" & row_to_del).Formula = "=SUM(I73:M73)"
How to add "row_to_del" to function SUM?
Rich (BB code):
ws_22.Range("I100:M100").Formula = "=SUM(I73:I & row_to_del)" 'its wrong
I tried also
Rich (BB code):
"=SUM(I73:I """& row_to_del""")"