What cell am I in?

P

Paul Lautman

The functions ROW() & COLUMN() if entered with no parameters return details
about the containing cell.

If I write my own function, what property tells me the containing cell?
 
J

Juan Pablo González

Application.Caller

returns a reference to the calling range from a UDF.
 
Top