Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 836 Bytes

Excel.Hyperlink.TextToDisplay.md

File metadata and controls

38 lines (23 loc) · 836 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Hyperlink.TextToDisplay property (Excel)
vbaxl10.chm536085
vbaxl10.chm536085
Excel.Hyperlink.TextToDisplay
b7b8e4ef-2a37-1733-f9a0-2bd6e7367f8d
04/26/2019
medium

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

expression.TextToDisplay

expression 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"

[!includeSupport and feedback]