Skip to main content

Application.SheetFollowHyperlink event

Table of contents
  1. Syntax
  2. Parameters

Occurs when you click any hyperlink in Microsoft Excel. For worksheet-level events, see the Help topic for the FollowHyperlink event.

Syntax

expression.SheetFollowHyperlink (ShTarget)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Sh Required Object The Worksheet object that contains the hyperlink.
Target Required Hyperlink The Hyperlink object that represents the destination of the hyperlink.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>