SmartTagOptions.DisplaySmartTags Property
Excel Developer Reference |
Returns or sets an XlSmartTagDisplayMode constant indicating the display features for smart tags. Read/write.
Syntax
expression.DisplaySmartTags
expression A variable that represents a SmartTagOptions object.
Remarks
XlSmartTagDisplayMode can be one of these XlSmartTagDisplayMode constants. |
xlButtonOnly. Displays only the button for smart tags. |
xlDisplayNone. Nothing is displayed for smart tags. |
xlIndicatorAndButton. Display the indicator and button for smart tags. |
Example
In this example, Microsoft Excel determines the setting for displaying smart tags and notifies the user.
Visual Basic for Applications |
---|
|
See Also