View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Juan Pablo González Juan Pablo González is offline
external usenet poster
 
Posts: 226
Default What cell am I in?

Application.Caller

returns a reference to the calling range from a UDF.

--
Regards

Juan Pablo González

"Paul Lautman" wrote in message
...
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?