Written by Allen Wyatt (last updated September 6, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
Carson has a worksheet that contains quite a few hyperlinks. He needs to remove the hyperlinks from a range of cells in the worksheet, but not all the cells. He wonders if there is an easy way to select some cells and remove the hyperlinks from just those cells.
There are two ways you can handle this—one without a macro and one with. The non-macro approach is quite easy:
If you prefer a macro-based approach, create this macro and place it in your Personal workbook:
Sub DelHyperlinks() Selection.Hyperlinks.Delete End Sub
Assuming you assign a shortcut key to the macro or add it to your Quick Access Toolbar, all you need to do is select the cells you want to affect (as in the previous steps) and then press the shortcut key or click the macro on the QAT.
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (13954) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365.
Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!
When creating an e-mail address hyperlink using the Insert Hyperlink dialog box, Excel allows you to enter a subject for ...
Discover MoreWhen you copy information from a Web page and paste it into a worksheet, you can end up with more than you bargained for. ...
Discover MoreIf you have a list of hyperlinked e-mail addresses in a worksheet, you may want to extract the addresses from those ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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 © 2025 Sharon Parq Associates, Inc.
Comments