expression.CheckNewSmartTags
expression Required. An expression that returns a Document object.
Remarks
The CheckNewSmartTags method is equivalent to clicking the More Smart Tags button on the Smart Tags tab of the AutoCorrect dialog box (Tools menu).
Example
This example displays the Office Web site for smart tags.
Sub GetNewSmartTagFiles()
ThisDocument.CheckNewSmartTags
End Sub