expression.LabelSmartTags
expression Required. An expression that returns an Options object.
Example
This example turns off marking smart tags in documents.
Sub MarkSmartTags()
Application.Options.LabelSmartTags = False
End Sub
expression.LabelSmartTags
expression Required. An expression that returns an Options object.
This example turns off marking smart tags in documents.
Sub MarkSmartTags()
Application.Options.LabelSmartTags = False
End Sub