InfoConnect for Airlines VBA Guide
Navigate2 Method
Determines if the new page is in a new window.
Navigates to the URL.
Syntax
object.Navigate2( _
   ByVal Url As String, _
   ByVal newWindow As Boolean _
) 

Parameters

Url
newWindow
Determines if the new page is in a new window.
See Also