Hi there,
I have formulas stored in a string var. I want to do a calculation with this var.
E.g. Value = 10/ formulaSTR
Is this possible - I tried the above but I get a "TYPE" error - due to the string.....
The string contains the following
(14*.014)/(22.73*0.1243))
Help would be much appreciated.
I have formulas stored in a string var. I want to do a calculation with this var.
E.g. Value = 10/ formulaSTR
Is this possible - I tried the above but I get a "TYPE" error - due to the string.....
The string contains the following
Help would be much appreciated.