Quote:
Originally Posted by Logit
Where did you derive the vba formula :
t = Mid(Right(Selection.Formula, Len(Selection.Formula) - 1), 1, 5)
|
I have written this formula simply such that to get “price” from it. As I mentioned, my question is not: how to separate a relative name from a formula? but it is: given a relative name of an active cell formula in a vba code, is there some line of code to get “singe cell result address” of this relative name( here the price)?