View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Lautman Paul Lautman is offline
external usenet poster
 
Posts: 85
Default What cell am I in?

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?