Hi, I am trying to convert formulas to .formula in VBA. However, I found it hard sometimes.
Is it possible to convert a subroutine that creates .formula from formulas?
An easy example would be:
get converted to
Is it possible to convert a subroutine that creates .formula from formulas?
An easy example would be:
Code:
=SUM(A2:A5)
Code:
.Formula = "=SUM(A2:A5)"