Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Adding a ScreenTip.
Written by Allen Wyatt (last updated April 12, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
ScreenTips are a Web feature supported by the latest versions of Web browsers. They appear when your mouse pointer hovers over a hyperlink, and they are used in the same way that ToolTips are used in Excel. You can add a ScreenTip as you add a hyperlink by following these steps:

Figure 1. The Set Hyperlink ScreenTip dialog box.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8348) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Adding a ScreenTip.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
When you create a worksheet that is destined for viewing on the Web, you will want to specify the monitor resolution you ...
Discover MoreYou can configure images in Excel so that if someone clicks on them, a macro is executed. You cannot, however, have a ...
Discover MoreBefore some features in Excel can function properly, you must have the correct permissions set for the user of the ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2026-03-15 07:39:22
zzzeddy
J. Woolley is correct about the Hyperlink.ScreenTip property.
But that doesn't mean you can't make Excel do exactly what you want. It will involve using simple macros to hide/display textboxes.
So first, just add a textbox, then format it to look exactly as you want when your "hyperlink" is 'clicked'. Maybe a rounded textbox with red background, white text of any font size you want, even mixed font sizes and words in different colours. Assign an appropriate name for this textbox e.g. myLinkTxt999. Add an on-click macro to this textbox to hide it.
Next, create another text box with transparent background, sized to overlay the cell containing your "hyperlink". You can use the 'snap to grid' feature to help with this.
When you move the mouse pointer over this 'invisible' textbox you will see the usual 'arrow pointer'. Now just right-click on this invisible textbox to assign a macro. This macro would be the one that makes your named myLinkTxt999 textbox visible.
This is the basic method. If your actual hyperlink does things like move to a different sheet, you just need to include these in the macro assigned to your myLinkTxt999
zzzeddy
2026-03-13 10:24:39
J. Woolley
@John Finch
No, you can't format the Hyperlink.ScreenTip property; it is a simple String data type.
2026-03-12 15:47:20
Is there any way to format the Text in a screen tip?
2025-06-05 19:12:49
Kevin H
Nice tip. Thank you for sharing.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2026 Sharon Parq Associates, Inc.
Comments