SmartTag.Properties Property
Excel Developer Reference |
Returns a CustomProperties object representing the properties for a smart tag. Read-only
Syntax
expression.Properties
expression A variable that represents a SmartTag object.
Remarks
Use the Add method with the Properties property to store extra metadata for a smart tag.
Example
This example adds a smart tag 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