Hi,
I'm not sure I understand the question. How are you addressing the cell you want to get the row number of? You can use expressions like
or you could add this line to the function I gave you and it would return the row number the formula is in.Code:r=activecell.row
Code:r = Parent.Caller.Row
Bookmarks