Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / Title Property
In This Topic
    Title Property
    In This Topic
    Gets or sets the text value of the title tag in the current HTML document.
    Syntax
    expression.Title As String
    where expression is a variable that represents a WebDocument Object
    See Also