SmartTagAction Object
Excel Developer Reference |
Represents the actions that can be performed with smart tags.
Remarks
Use the Item property of the SmartTagActions collection to return a SmartTagAction object.
Example
Once a SmartTagAction object has been returned, you can activate a smart tag to automatically annotate data using the Execute method. This example inserts a refreshable stock quote for the ticker symbol "MSFT" and it assumes the host system is connected to the Internet.
Visual Basic for Applications |
---|
|
See Also