다음을 통해 공유


Hyperlink.TextToDisplay Property (Excel)

Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. Read/write String.

Syntax

.TextToDisplay

A variable that represents a Hyperlink object.

Example

This example sets the text to be displayed for the first hyperlink on the active worksheet.

ActiveSheet.Hyperlinks(1).TextToDisplay = _ 
 "Company Home Page"

참고 항목

개념

Hyperlink Object

Hyperlink Object Members