Document.SnapToGrid property (Word)

True if AutoShapes or East Asian characters are automatically aligned with an invisible grid when they are drawn, moved, or resized in the specified document. Read/write Boolean.

Syntax

expression. SnapToGrid

expression A variable that represents a Document object.

Remarks

You can temporarily override this setting by pressing ALT while drawing, moving, or resizing an AutoShape.

Example

This example sets Microsoft Word to automatically align East Asian characters with the invisible grid in the current document.

ActiveDocument.SnapToGrid = True

See also

Document 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.