Enter key movement direction

G

Guest

Is there any way to set the direction for the Enter key so that it moves to
the cell on the right instead of the cell below it?

I have a serious amount of data entry that is across the sheet, not down,
and the staff are so used to using the enter key when fingering instead of
the tab key that it's mucking up my data.
 
B

Bob

Lowkey said:
Is there any way to set the direction for the Enter key so that it moves
to
the cell on the right instead of the cell below it?

I have a serious amount of data entry that is across the sheet, not down,
and the staff are so used to using the enter key when fingering instead of
the tab key that it's mucking up my data.

Try this:

This example causes the active cell to move to the right when the user
presses ENTER.

Application.MoveAfterReturn = True
Application.MoveAfterReturnDirection = xlToRight
Bob
 
D

Dave Peterson

Tools|Options|Edit tab|
Change the Move Selection after Enter
to do what you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top