Document.RemoveSmartTags Method

Word Developer Reference

Removes all smart tag information from a document.

Syntax

expression.RemoveSmartTags

expression   Required. A variable that represents a Document object.

Example

This example removes all smart tag information from the active document.

Visual Basic for Applications
  Sub SmartTagRemove()
    ActiveDocument.RemoveSmartTags
End Sub

See Also