InfoConnect for Airlines VBA Guide
GetElementsByTagName Function (WebElement)
Gets a collection of elements in the HTML WebDocument by HTML. tagName.
Syntax
object.GetElementsByTagName( _
   ByVal tagName As String _
) As _WebElement()

Parameters

tagName
See Also