R
rocketslinger
For arguments sake, I have a string variable such as,
R1 = \"RANGE(CELLS(ROWPOINTER, COLUMNPOINTER))\"
And, I want to use the literal value of r1 (minus the quotations) in
the Range function
RANGE(R1)
How do I go about accomplishing this task?
R1 = \"RANGE(CELLS(ROWPOINTER, COLUMNPOINTER))\"
And, I want to use the literal value of r1 (minus the quotations) in
the Range function
RANGE(R1)
How do I go about accomplishing this task?