expression.RemoveSmartTags
expression Required. An expression that returns a Document object.
Example
This example removes all smart tag information from the active document.
Sub SmartTagRemove()
ActiveDocument.RemoveSmartTags
End Sub
expression.RemoveSmartTags
expression Required. An expression that returns a Document object.
This example removes all smart tag information from the active document.
Sub SmartTagRemove()
ActiveDocument.RemoveSmartTags
End Sub