Hyperlinks Object
Excel Developer Reference |
Represents the collection of hyperlinks for a worksheet or range.
Remarks
Each hyperlink is represented by a Hyperlink object.
Example
Use the Hyperlinks property to return the Hyperlinks collection. The following example checks the hyperlinks on worksheet one for a link that contains the word Microsoft.
Visual Basic for Applications |
---|
|
Use the Add method to create a hyperlink and add it to the Hyperlinks collection. The following example creates a new hyperlink for cell E5.
Visual Basic for Applications |
---|
|
See Also