hi all,
If I create a formula say, =mytest("aa","bb")
when I read activecell.formula returns =mytest("aa","bb") . Is there anyway I can read the values without quotes?
I'm trying this in c# and I split the formula after removing the func name. ie.
("aa","bb"). the result array of the split has "\aa\".
I don't need "\" this part and is there anyway I can get the values without quotes?
thanks
If I create a formula say, =mytest("aa","bb")
when I read activecell.formula returns =mytest("aa","bb") . Is there anyway I can read the values without quotes?
I'm trying this in c# and I split the formula after removing the func name. ie.
("aa","bb"). the result array of the split has "\aa\".
I don't need "\" this part and is there anyway I can get the values without quotes?
thanks