SmartTagOptions Object
Excel Developer Reference |
Represents the options that can be performed with smart tags.
Remarks
Use the SmartTagOptions property of the Workbook object to return a SmartTagOptions object.
Once a SmartTagOptions object is returned, you can use the following properties to determine the display options of smart tags and whether or not to have smart tags be embedded on the active workbook.
Example
This example enables the ability to embed smart tags on the active workbook and then checks the display settings for smart tags.
Visual Basic for Applications |
---|
|
See Also