View.ShowBookmarks Property
Word Developer Reference |
True if square brackets are displayed at the beginning and end of each bookmark. Read/write Boolean.
Syntax
expression.ShowBookmarks
expression An expression that returns a View object.
Example
This example displays square brackets around bookmarks in all windows.
Visual Basic for Applications |
---|
|
This example marks the selection with a bookmark, displays square brackets around each bookmark in the active document, and then collapses the selection.
Visual Basic for Applications |
---|
|
See Also