TablesOfAuthorities.NextCitation Method
Word Developer Reference |
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".
Visual Basic for Applications |
---|
|
See Also