Hyperlink.Range Property
Excel Developer Reference |
Returns a Range object that represents the range the specified hyperlink is attached to.
Syntax
expression.Range
expression A variable that represents a Hyperlink object.
Example
The following example stores in a variable the address for the AutoFilter applied to the Crew worksheet.
Visual Basic for Applications |
---|
|
This example scrolls through the workbook window until the hyperlink range is in the upper-left corner of the active window.
Visual Basic for Applications |
---|
|
See Also