Application.MoveAfterReturn Property (Excel)

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

Syntax

expression .MoveAfterReturn

expression A variable that represents an Application object.

Remarks

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

Example

This example sets the MoveAfterReturn property to True.

Application.MoveAfterReturn = True

See Also

Concepts

Application Object Members

Application Object