evaltext as function?

J

John Smith

Is there a way to evaluate a text string as a function?

I know of EVALTEXT(shapename!thetext).

I want to use a function like EVALTEXT(
IF(user.row_1=1,"SETF(xxxxx)","SETF(yyyy)"))

The only way I can think of - UNTESTED - is to create dummy shapes with text
hidden and placing the "SETF(xxxx)" in the dummy.thetext then using the
function

IF(user.row_1=1,EVALTEXT(dummy1.thetext),EVALTEXT(dummy2.thetext))

Any recommendations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top