Share via


NextCitation Method

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

expression**.NextCitation(ShortCitation)**

expression Required. An expression that returns a TablesOfAuthorities object.

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"

Applies to | TablesOfAuthorities Collection Object

See Also | MarkCitation Method | Next Method