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