Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / Lookup Method
An Auto Expand dictionary entry to look up, which is an abbreviation that gets expanded.
In This Topic
    Lookup Method
    In This Topic
    Gets an expansion from a definition in the Auto Expand dictionary.
    Syntax
    expression.Lookup( _
       ByVal abbreviation As String _
    ) As String
    where expression is a variable that represents a AutoExpand Object

    Parameters

    abbreviation
    An Auto Expand dictionary entry to look up, which is an abbreviation that gets expanded.

    Return Value

    The expansion string if key exists, or null if it does not have an expansion.
    See Also