Name
hyperlink.Follow([NewWindow], [AddHistory], [ExtraInfo], [Method], [HeaderInfo])
Synopsis
Navigates to the URL of the hyperlink. This is the same as clicking on the link.
|
Argument |
Settings |
|---|---|
|
|
This argument is ignored when used with a link that appears on a worksheet. Links always appear in a new browser window. |
|
|
This argument is ignored. |
|
|
A string or array of bytes that includes information passed to the URL. |
|
|
The way to send |
|
|
Header information to send with the HTTP request. |
The following code navigates to each of the links on the page:
Sub TestLinks( )
Dim hyp As Hyperlink
For Each hyp In ActiveSheet.Hyperlinks
hyp.Follow
Next
End SubBecome an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access