ScreenTip Property Example
This example sets the screen tip text for the first hyperlink in the active document.
ActiveDocument.Hyperlinks(1).ScreenTip = _ "Home"