CheckNewSmartTags Method

Microsoft Word Visual Basic

CheckNewSmartTags Method

       

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.

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