cursor behavious when restricting selection to unlocked cells
When the cursor is, for example in row 20 and I want to go to row 1, I
want to be able to keep the "up" direction key pressed until reaching
row 1.
With EnableSelection = xlUnlockedCells the cursor does not stop at the
top of the page (row 1). Once the cursor is in row 1 and "up" is
pressed again, it jumps down to row 200 (for example).
Same for column A, if the "left" key is pressed with the cursor in
column A, it jumps to column AH (for example).
Kai
|