View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dan dan is offline
external usenet poster
 
Posts: 866
Default Function to determine current cursor position?

Is there an Excel 2007 fuction where I can learn which cell a user clicks on?

For example: If the user clicks on cell 'B4', the function returns Row 4,
and can also return the Column (in this example, 'B' or '2')

Thanks in advance.

--Dan