View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rocketslinger[_6_] rocketslinger[_6_] is offline
external usenet poster
 
Posts: 1
Default Exctracting Literal Value From A String Variable


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?


--
rocketslinger
------------------------------------------------------------------------
rocketslinger's Profile: http://www.excelforum.com/member.php...fo&userid=4093
View this thread: http://www.excelforum.com/showthread...hreadid=519956