Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / Forms Property
In This Topic
    Forms Property
    In This Topic
    Gets a collection of all of the form elements in the document.
    Syntax
    expression.Forms As WebElement() object 
    where expression is a variable that represents a WebDocument Object

    Property Value

    A WebElement object
    See Also