T
tacarnevale
Would like to define a VBA function in Excel based on a string
contained in a cell.
For example, suppose the string "X^2 - X + 1" is the value of cell A!.
Can I easily define a VBA function, say fnx(x as double) as double,
that returns x^2-x+1.
Thanks!
contained in a cell.
For example, suppose the string "X^2 - X + 1" is the value of cell A!.
Can I easily define a VBA function, say fnx(x as double) as double,
that returns x^2-x+1.
Thanks!