Syntax

expression.MoveAfterReturnDirection

expression A variable that represents an Application object.

Remarks

XlDirection can be one of these XlDirection constants.
xlDown
xlToLeft
xlToRight
xlUp

If the property is False, the selection doesn't move at all, regardless of how the MoveAfterReturnDirection property is set.

Example

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

Visual Basic for Applications
Application.MoveAfterReturn = True Application.MoveAfterReturnDirection = xlToRight
move move after return direction moveafter MoveAfterReturn MoveAfterReturnDirection MoveAfterReturnDirection Property

See also: