Bookmark.Copy Method
Word Developer Reference |
Copies a bookmark to the new bookmark specified in the Name argument, and returns a Bookmark object.
Syntax
expression.Copy(Name)
expression Required. A variable that represents a Bookmark object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Name | Required | String | The name of the new bookmark. |
See Also