Window.Thumbnails property (Word)

Sets or returns a Boolean that represents whether thumbnail images of the pages in a document are displayed along the left side of the Microsoft Word document window.

Syntax

expression. Thumbnails

expression An expression that returns a Window object.

Example

The following example displays thumbnail images of the pages in the active document.

ActiveDocument.ActiveWindow.Thumbnails = True

See also

Window Object

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.