Hello,
Please i need help on how to use a user provided data through a textbox in a formula. For example: I developed a userform which request an equation from user:
The result of the equation is then used in a formula in my code to compute result
yn1 = Y + (X + Y) * D
My prob is how refer the result of the equation (X+y) which is now used as a value in the above formula.
Thanks.
Please i need help on how to use a user provided data through a textbox in a formula. For example: I developed a userform which request an equation from user:
The result of the equation is then used in a formula in my code to compute result
yn1 = Y + (X + Y) * D
My prob is how refer the result of the equation (X+y) which is now used as a value in the above formula.
Thanks.