I would like to find a solution for a question I have.
The user is asked to write a calculation formula in a cell containing either variable names (part of earlier user input) or the cell references for those input variable names. Later these variables or cell references should be replaced by specially created random numbers and the formula should be solved to the result value. How do I read the formula and find the cell references or variable names? And how do I finally handle the formula from the cell in the vba code?
Thanks!