TableOfAuthorities.Bookmark property (Word)

Returns or sets the name of the bookmark from which to collect table of authorities entries. Read/write String.

Syntax

expression. Bookmark

expression A variable that represents a 'TableOfAuthorities' object.

Remarks

The Bookmark property corresponds to the \b switch for a TOA (Table of Authorities) field.

Example

If a table of authorities exists in the active document, the entries are collected from the area defined by the bookmark named "area."

If ActiveDocument.TablesOfAuthorities.Count >= 1 Then 
 ActiveDocument.TablesOfAuthorities(1).Bookmark = "area" 
End If

See also

TableOfAuthorities Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.