InfoConnect for Airlines VBA Guide
GetElementById Function
Element Id.
Gets a Web element by ID.
Syntax
object.GetElementById( _
   ByVal Id As String _
) As _WebElement

Parameters

Id
Element Id.
See Also