hi,
I want sum of f2:h2 with the following formula, if i remove .value=.value , formula works fine but with .value=.value
only summing f2:g2
Please help.
Thanks
I want sum of f2:h2 with the following formula, if i remove .value=.value , formula works fine but with .value=.value
only summing f2:g2
Please help.
Code:
With Range("d2").Formula = "=Sum(f2:h2)"
.Value = .Value
End With
Thanks