InfoConnect for Airlines VBA Guide
GetElementsByTagName Function (WebDocument)
The HTML tag name
Gets a collection of elements with the specified HTML tag.
Syntax
object.GetElementsByTagName( _
   ByVal tagName As String _
) As _WebElement()

Parameters

tagName
The HTML tag name

Return Value

The collection of elements matching the tag name
See Also