It's not really de-selection rather it is a Change event
(the cell only moves (de-selects) because the options on the client are set to do so... you can configure XL to not move cell on pressing Enter)
If for ex. you wanted to copy A1 when changed to Sheet2 and the next blank row in Column A something like
To insert the above you would right-click on Sheet1 tab in Native XL, select View Code and insert the above into the resulting window at which point when A1 is altered on Sheet1 Column A on Sheet2 is updated with the latest value (a log of sorts)
(I've not disabled/enabled the events in the above given in this instance the cell being written to is on a different sheet)
Bookmarks