Window.Left (Word)
Returns or sets a Long that represents the horizontal position of the specified window, measured in points.
With ActiveDocument.ActiveWindow
.WindowState = wdWindowStateNormal
.Left = 100
.Top = 0
End With
Returns or sets a Long that represents the horizontal position of the specified window, measured in points.
With ActiveDocument.ActiveWindow
.WindowState = wdWindowStateNormal
.Left = 100
.Top = 0
End With