View.PageMovementType property (Word)
Returns or sets the page movement type. Read/write WdPageMovementType.
Syntax
expression .'PageMovementType'
expression Required. A variable that represents a 'View' object.
Example
This example sets the page movement type to side-to-side.
ActiveWindow.View.PageMovementType = wdSideToSide
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.