SmartTags Object
Excel Developer Reference |
A collection of SmartTag objects that represent the identifiers assigned to each cell.
Remarks
Use the SmartTags property of the Range collection or Worksheet object, to return a SmartTag collection. The following example demonstrates the use of the SmartTags property with the Add method.
Example
This example adds a smart tag titled "MSFT" to cell A1, then adds extra metadata called "Market" with the value of "Nasdaq" to the smart tag and then returns the value of the property to the user. This example assumes the host system is connected to the Internet.
Visual Basic for Applications |
---|
|
See Also