C
crew3407
Hello again,
I'm trying to assign the value of a formula into a variable. The way
have it set up right now is...
Range("B3").Formula = "=LEFT(A1,1)"
M = Range("B3").Value
and then having to clear the contents later from cell B3.
How can I just assign the value of the formula right into the variabl
without going through this?
thanks!
Charle
I'm trying to assign the value of a formula into a variable. The way
have it set up right now is...
Range("B3").Formula = "=LEFT(A1,1)"
M = Range("B3").Value
and then having to clear the contents later from cell B3.
How can I just assign the value of the formula right into the variabl
without going through this?
thanks!
Charle