Hyperlink.ScreenTip property (Excel)
Returns or sets the ScreenTip text for the specified hyperlink. Read/write String.
Syntax
expression.ScreenTip
expression A variable that represents a Hyperlink object.
Remarks
After the document has been saved to a webpage, the ScreenTip text may appear (for example) when the mouse pointer is positioned over the hyperlink while the document is being viewed in a web browser. Some web browsers may not support ScreenTips.
Example
This example sets the screen tip for the first hyperlink on the active worksheet.
ActiveSheet.Hyperlinks(1).ScreenTip = "Return to the home page"
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.