Hi,
I'm trying to broaden my horizons. Is there a way to mimic Excel's ROW() function in VBA? The following code is close:Function MYROW()
MYROW = Selection.Row
End FunctionBut if you have a range that spans more than two rows and hit Ctrl + Enter, it will only output the top row of the...