Bookmark Properties (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Column

True if the specified bookmark is a table column. Read-only Boolean.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

Empty

True if the specified bookmark is empty. Read-only Boolean.

End

Returns or sets the ending character position of a selection, range, or bookmark. Read/write Long.

Name

Returns the name of the specified object. Read-only String.

Parent

Returns an Object that represents the parent object of the specified Bookmark object.

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.

Start

Returns or sets the starting character position of a bookmark. Read/write Long.

StoryType

Returns the story type for the specified range, selection, or bookmark. Read-only WdStoryType.