Document.GridOriginHorizontal (Word)

Returns or sets a Single that represents the point, relative to the left edge of the page, where you want the invisible grid for drawing, moving, and resizing AutoShapes or East Asian characters to begin in the specified document.


With ActiveDocument 
 .GridOriginHorizontal = 80 
 .GridOriginVertical = 90 
 .GridDistanceHorizontal = 9 
 .GridDistanceVertical = 9 
 .SnapToGrid = True 
End With