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.

Visual Basic for Applications
ActiveSheet.Hyperlinks(1).TextToDisplay = _ "Company Home Page"
text to display Text To Display Property textto TextToDisplay TextToDisplay Property

See also: