cursor position

N

NTL

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
 
T

Tom Ogilvy

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