MoveAfterReturn Property

Applies To

Application Object.

Description

True if the active cell will be moved as soon as the ENTER (RETURN) key is pressed. Read-write.

Remarks

Use the MoveAfterReturnDirection property to specify the direction in which the active cell is moved.

See Also

MoveAfterReturnDirection Property.

Example

This example sets the MoveAfterReturn property to True.


Application.MoveAfterReturn = True