Compartilhar via


TablesOfAuthorities.NextCitation Method (Word)

Finds and selects the next instance of the text specified by the ShortCitation parameter.

Syntax

expression .NextCitation(ShortCitation)

expression Required. A variable that represents a TablesOfAuthorities collection.

Parameters

Name

Required/Optional

Data Type

Description

ShortCitation

Required

String

The text of the short citation.

Example

This example selects the next citation in the active document that begins with "in re".

ActiveDocument.TablesOfAuthorities.NextCitation _ 
 ShortCitation:="in re"

See Also

Concepts

TablesOfAuthorities Collection Object

TablesOfAuthorities Object Members