A hyperlink is a form of text that refers to a certain web address with an URL link. Microsoft Excel benefits us to auto hyperlink any text whenever we type it in a cell. But sometimes we want to omit this feature but in excel, the hyperlink keeps coming back. In this article, we will discuss 5 quick solutions when hyperlink keeps coming back in excel.
Download Practice Workbook
Download this sample file and practice by yourself.
5 Quick Solutions When Hyperlink Keeps Coming Back in Excel
To illustrate the solutions, we created a sample dataset. Here, we have a list of the Top 5 Sites of 2022 with Site Names and Site Addresses in the cell range B5:C9. As you can see, the site addresses are hyperlinked automatically after typing each name.
To solve this, apply any of the methods below to prevent the return of hyperlinks.
1. Apply Autocorrect Option to Prevent Auto Hyperlink in Excel
You can use the Autocorrect feature in Excel when the hyperlink keeps coming back. To conduct this, follow the steps below.
- First, go to the File tab of your workbook.
- Then, select Options on the Backstage View.
- Following, go to the Proofing section in the Excel Options dialogue box.
- Here, select AutoCorrect Options.
- Next, click on AutoFormat As You Type in the AutoCorrect window.
- In this window, deselect Internet and network paths with hyperlinks.
- Lastly, press OK twice to close all the windows.
- Finally, type the web address again and you will see no hyperlink is generated automatically.
Read More: [Fixed!] Auto Fill Options Not Showing in Excel
2. Insert Excel VBA to Stop Return of Hyperlink
You can eliminate hyperlinks with VBA Macro code as well. Let’s see how it works.
- In the beginning, go to the Developer tab and select Visual Basic from the Code group.
- Then, select Module from the Insert tab in the Visual Basic Editor window.
- Next, type this code on the blank page.
Sub EraseAllHyperlinks()
ActiveSheet.Hyperlinks.Delete
End Sub
- Afterward, click on Run Sub/UserForm in the Run tab or press F5 on your keyboard.
- Following, click on Run in the Macro window.
- Finally, all the hyperlinks will be erased like this.
- As you have the VBA code saved for this specific workbook, whenever you want to remove the hyperlink, click on the Macros icon and run the code without typing the code every time.
Read More: [Fixed!] Excel Filter Stops at Blank Row (4 Possible Solutions)
3. Use Paste Special Feature to Remove Hyperlink in Excel
In this section, we will apply the Paste Special feature of Excel to remove hyperlinks and prevent them from returning.
- First, type 1 in any blank cell adjacent to your dataset.
- For example, we typed 1 in Cell C10.
- Then, select the cell and press Ctrl + C to copy it.
- Following, select the cell range C5:C9 as they are the hyperlinked cells.
- Next, right-click on any of the selected cells.
- Then, select Paste Special.
- Afterward, select Multiply in the Operation section of the Paste Special dialogue box.
- Finally, press OK and you will see all the hyperlinks are removed successfully.
Read More: [Fixed!] Formulas Are Not Calculating Automatically in Excel
Similar Readings
- [Solved!]: Excel Page Layout Being Greyed Out (4 Quick Fixes)
- [Fixed] Excel Date Filter Not Working
- [Fixed!] Excel Scrolling Too Many Rows (2 Easy Solutions)
- [Fixed] Excel COUNT Function Not Working
- [Fixed!] IF Function Is Not Working in Excel (4 Quick Solutions)
4. Eliminate Hyperlink Permanently from Context Menu
We can prevent hyperlinks from coming back with just two clicks. Let’s see the process below.
- First, select the cell range C5:C9 as they contain the hyperlinks.
- Then, right-click on any of the cells and click on Remove Hyperlinks from its Context Menu.
- That’s it, the hyperlinks are not visible anymore.
5. Apply Keyboard Shortcuts to Stop Coming Back Hyperlink
Here is a quick solution to eliminate hyperlinks with keyboard shortcuts. Let’s see how it works.
- First, type the first website address in Cell C5.
- Then, press Enter.
- Afterward, you will the text is hyperlinked like this.
- Therefore, immediately press Ctrl + Z on your keyboard.
- That’s it, the site address will return to normal text just the way you typed it.
- Follow, the same procedure to get all the site addresses without hyperlinks.
Conclusion
Henceforth, we are at the conclusion of our tutorial. Here, we tried to guide you with 5 solutions when hyperlink keeps coming back in excel. Let us know if you can suggest any other method to solve this issue. To learn more about Excel, don’t forget to go through ExcelDemy.
Related Articles
- [Solved:] Excel Not Filtering Entire Column (3 Quick Fixes)
- [Fixed!] Macros Not Working in Excel (3 Possible Solutions)
- [Fixed!] Excel COUNTIF Function Not Working for String “True”
- [Solved]: Macro Settings Greyed out in Excel
- [Fixed!] Excel Filter Stops at Blank Row (4 Possible Solutions)
- [Fixed!] Unshare Workbook Greyed Out in Excel