NextCitation Method

Microsoft Word Visual Basic

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"