This example defines a 100-by-200-pixel rectangle in the active document window, positioned 20 pixels from the top of the window and 50 pixels from the left edge of the window.The example then scrolls the document up and to the left so that the upper-left corner of the rectangle is aligned with the upper-left corner of the window.
ActiveWindow.ScrollIntoView _
Left:=50, Top:=20, _
Width:=100, Height:=200