InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / Links Property
In This Topic
    Links Property
    In This Topic
    Gets a list of all of the hyperlinks within the current HTML document.
    Syntax
    expression.Links As _WebElement()

    Property Value

    A collection of WebElement objects
    See Also