다음을 통해 공유


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

.SheetFollowHyperlink(Sh, Target)

An expression that returns a Application object.

Parameters

Name

Required/Optional

Data Type

Description

Sh

필수

Object

The Worksheet object that contains the hyperlink.

Target

필수

Hyperlink

The Hyperlink object that represents the destination of the hyperlink.

참고 항목

개념

Application Object Members

Application Object