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 Boolean.
Example
This example sets the MoveAfterReturn property to True.
myChart.Application.MoveAfterReturn = True