N
Nick
I am trying to create a variable that returns the result
of a formula within a cell in my excel file. The code
I've tried is:
ASMETERS = Sheets("Sheet3").Range("b2")
The result I get is the actual formula within that cell,
but I would like it give me the results of the formula.
Thanks for any advice available.
of a formula within a cell in my excel file. The code
I've tried is:
ASMETERS = Sheets("Sheet3").Range("b2")
The result I get is the actual formula within that cell,
but I would like it give me the results of the formula.
Thanks for any advice available.