InfoConnect for Airlines VBA Guide
ScrollIntoView Method
Scrolls through the document that contains this element until the top or bottom edge of this element aligns with the top of the document's window.
Syntax
object.ScrollIntoView( _
   ByVal alignWithTop As Boolean _
) 

Parameters

alignWithTop
See Also