Window.ScrollIntoView (Word)
Scrolls through the document window so the specified range or shape is displayed in the document window.
If the range or shape is larger than the document window, the Start argument specifies which portion of the range or shape displays or gets initial focus. This method cannot be used with outline view.
ActiveWindow.ScrollIntoView Selection.Range, True
Arguments
The following argument is required
obj (Shape) - A Range or Shape object.
Optional arguments
The following argument is optional
Start (Boolean) - True if the upper-left corner of the range or shape appears at the upper-left corner of the document window. False if the lower-right corner of the range or shape appears at the lower-right corner of the document window. The default value is True.