Hi All, me again …
I have dynamically placed a cell link in cell AH3 via VBA code. Now, I need to determine the row number of the formula in this cell and add a constant to it.
Let’s say,
Constant = 10
AG3 contains this formula /link………….. =E8
AH3 should contain this formula/link…. =E18 (8 + Constant)
I do not know how to obtain the ‘8’ from the formula in cell AG3. Is this possible? If not, I will try another way …
Thanks for any help …
–cat