NextCitation Method
Applies To
TablesOfAuthorities collection object.
Description
Finds and selects the next instance of the text specified by ShortCitation.
Syntax
expression.NextCitation(ShortCitation)
expression Required. An expression that returns a TablesOfAuthorities object.
ShortCitation Required String. The text of the short citation.
See Also
MarkCitation method, Next property.
Example
This example selects the next citation in the active document that begins with "in re".
ActiveDocument.TablesOfAuthorities.NextCitation ShortCitation:="in re"