Hi guys!
I'm trying to write some code to jump from a cell (e.g. "A1") to a certain cell (e.g. "B1") but only after hitting the ENTER key. Reading other posts I've managed to this but the problem is that when I'm moving from the cell ("A1") to a third cell (let's say "C1") with the mouse or even when moving with the arrow keys the focus will jump to "B1". I want this jump to be triggered only when hitting ENTER key.

I've tried something like this:

Please Login or Register  to view this content.
The problem seem to be that the "If tester" block is not entered and I don't understand why.


Please Login or Register  to view this content.
Any ideea will be highly appreciated.