Hyperlink.ScreenTip property (PowerPoint)

Returns or sets the ScreenTip text of a hyperlink. Read/write.

Syntax

expression.ScreenTip

expression A variable that represents a Hyperlink object.

Return value

String

Remarks

ScreenTip text appears, for example, when you save a presentation to HTML, view it in a web browser, and rest the mouse pointer over a hyperlink. Some browsers may not support ScreenTips.

Example

This example sets the ScreenTip text for the first hyperlink.

ActivePresentation.Slides(1).Hyperlinks(1) _
    .ScreenTip = "Go to the Microsoft home page"

See also

Hyperlink Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.