Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

Excel.Application.SheetFollowHyperlink.md

File metadata and controls

35 lines (22 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.SheetFollowHyperlink event (Excel)
vbaxl10.chm504093
vbaxl10.chm504093
Excel.Application.SheetFollowHyperlink
656e0ec6-64ea-1685-f088-a7e30bfaef38
04/05/2019
medium

Application.SheetFollowHyperlink event (Excel)

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

Syntax

expression.SheetFollowHyperlink (Sh, Target)

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.

[!includeSupport and feedback]