Bookmark.Delete Method
Word Developer Reference |
Deletes the specified bookmark.
Syntax
expression.Delete
expression Required. A variable that represents a Bookmark object.
Example
If a bookmark named "temp" exists in the active document, this example deletes the bookmark.
Visual Basic for Applications |
---|
|
See Also