Thread: cursor position
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default cursor position

Use the selectionchange event to update a designated cell with the currently
selected cell information.

--
Regards,
Tom Ogilvy

NTL wrote in message
...
Is there a function where a value can be returned in a fixed given cell

for
the current position of the cell
selected.

Thanks in advance for any help,

Robbie