Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / WordProcessingBookmark Property
In This Topic
    WordProcessingBookmark Property
    In This Topic
    Gets or sets the name of the bookmark at which to insert text when creating a word-processing document.
    Syntax
    expression.WordProcessingBookmark As String
    where expression is a variable that represents a OfficeTools Object
    Remarks
    This property is only used in conjunction with an active word-processing template. To configure Office Tools to not use a bookmark, pass in an empty string instead of null.
    See Also