View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Julio Kuplinsky Julio Kuplinsky is offline
external usenet poster
 
Posts: 3
Default current cell in user-defined function

Is the current cell (not the active cell) available in a
user defined function? For instance, can I say

public function foo()

' Give me the row of the worksheet cell where this
' function is entered

end function

Thanks