Options.LabelSmartTags Property

Word Developer Reference

True for Microsoft Word to mark text in documents with smart tag information. Read/write Boolean.

Syntax

expression.LabelSmartTags

expression   An expression that returns an Options object.

Example

This example turns off marking smart tags in documents.

Visual Basic for Applications
  Sub MarkSmartTags()
    Application.Options.LabelSmartTags = False
End Sub

See Also