Application.SmartTagRecognizers Property
Excel Developer Reference |
Returns a SmartTagRecognizers collection for an application.
Syntax
expression.SmartTagRecognizers
expression A variable that represents an Application object.
Example
In this example, Microsoft Excel displays the first smart tag recognizer item available for the application, or displays a message that none exist.
Visual Basic for Applications |
---|
|
See Also