This example brings into view a 100x200 point area beginning 50 points from the left edge of the slide, and 20 points from the top of the slide. The top left corner of the rectangle is positioned at the top left corner of the active document window.
ActiveWindow.ScrollIntoView Left:=50, Top:=20, _
Width:=100, Height:=200