Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / CreateNewNote Method
The text to put inside the note. If null is passed in, then a textual representation of the current host screen is used.
In This Topic
    CreateNewNote Method
    In This Topic
    Creates a new note.
    Syntax
    expression.CreateNewNote( _
       ByVal noteText As String _
    ) 
    where expression is a variable that represents a OfficeTools Object

    Parameters

    noteText
    The text to put inside the note. If null is passed in, then a textual representation of the current host screen is used.
    See Also