View.ReadingLayout property (Word)
Sets or returns a Boolean that represents whether a document is being viewed in reading layout view. .
Syntax
expression. ReadingLayout
expression An expression that returns a 'View' object.
Remarks
True switches the document to reading layout view. False closes reading layout view.
Example
The following example closes reading layout view.
ActiveDocument.ActiveWindow.View.ReadingLayout = False
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.