Range.SmartTags Property
Excel Developer Reference |
Returns a SmartTags object representing the identifier for the specified cell.
Syntax
expression.SmartTags
expression A variable that represents a Range object.
Example
This example places a smart tag in cell A1 then notifies the user the parent of the identifier for cell A1, which is "MSFT". This example assumes the host system is connected to the Internet.
Visual Basic for Applications |
---|
|
See Also