InfoConnect for Airlines VBA Guide
Extract Function (WebElement)
Extracts text that is delimited by pretext and posttext from an HTML text source.
Syntax
object.Extract( _
   ByVal pretext As String, _
   ByVal posttext As String, _
   ByVal singleLine As Boolean _
) As String()

Parameters

pretext
posttext
singleLine
See Also