How to Remove Links in Excel?

Avatar photo Sahil Aggarwal Business/Data Analytics
How-to-remove-links-from-Excel

While working with Microsoft Excel, you often deal with links. Sometimes this might be a hyperlink which points to websites, email addresses or external links (formulas connected to other workbooks). These links are useful but sometimes they may disrupt. 

If you’re looking for how to remove links in Excel, here is a step-by-step guide for this. This blog will help you to cover everything from removing simple hyperlinks to breaking complex external links.

Limited Slots — Get 1-on-1 Expert Guidance Now!

Why Remove Links in Excel?

Links in excel can be useful but sometimes this can be very disturbing. Some of the common reasons to remove links in excel can be the following:

  1. To prevent broken references as linked workbooks may be moved or deleted.
  2. To protect privacy as external links may reveal sensitive folder paths.
  3. To simplify files as too many links can make the file heavy and hard to manage.
  4. To avoid errors as broken links often lead to #REF! Or calculation issues.

How to Remove Hyperlinks in Excel

Hyperlinks are the most common type of links which takes you to a website, document or email address. Here are some of the ways:

1. Remove a Single Hyperlink

  • Right-click the cell with the hyperlink.
  • Click Remove Hyperlink
  • The clickable link will disappear, but the plain text remains.
remove single hyperlinks

2. Remove all Hyperlinks from a sheet

  • To select all cells, press Ctrl + A
  • Right click → Remove Hyperlinks
  • This will instantly clear every hyperlink in the sheet.

3. Stop Excel from Creating Hyperlinks Automatically

Excel automatically turns “www.example.com” or “user@gmail.com” into clickable links. To prevent this follow these steps:

  • Go to File → Options → Proofing.
  • Click AutoCorrect Options.
  • Under AutoFormat As You Type, uncheck Internet and network paths with hyperlinks.
Stop Excel from Creating Hyperlinks Automatically

Now Excel won’t auto-generate hyperlinks as you type.

4. Use VBA to Remove Hyperlinks (For Large Files)

If you have a huge workbook with hundreds of links, VBA is the fastest solution:

Sub RemoveAllHyperlinks()
    Dim ws As Worksheet
    For Each ws In ThisWorkbook.Worksheets
        ws.Hyperlinks.Delete
    Next ws
End Sub
 VBA to Remove Hyperlinks

This macro will remove all hyperlinks across all worksheets in one click.

How to Remove External Links in Excel

External links are formulas that connect your workbook to another workbook. Example:
=[SalesData.xlsx]Sheet1!A1

These can cause issues if the source file is moved, renamed, or deleted.

1. Break External Links via Data Tab

  • Go to Data → Edit Links (under Queries & Connections group).
  • Select the external workbook from the list.
  • Click Break Link.
  • Excel will replace the formula with its current value.

Once broken, it can’t be undone so to prevent this always create a backup first.

2. Convert Formulas to Values (Paste Special)

Another safe way is to copy the linked cells and paste them as values:

  • First select the range and then press Ctrl + C.
  • Right – click → Paste Special → Values

This will remove the formula but keep the data.

3. Check Name Manager, Validation & Charts

Sometimes links hide in less obvious places. To check these follow the given steps:

  • Go to Formulas → Name Manager and delete names which point to external workbooks.
  • Check Data Validation Rules and Conditional Formatting for references.
  • Check Data Validation Rules and Conditional Formatting for reference.
  • Inspect charts or shapes to ensure that the source of these is not external.

4. Fix “Break Links” Not Working

If the Break Links button is greyed out:

  • Unprotect the worksheet/workbook first.
  • Delete hidden named ranges or objects linked to other files.
  • Save the workbook, close, and reopen it — sometimes Excel updates the links list after refresh.

Things to keep in mind before Removing Links

Before removing links you need to keep in mind that you have backup of your file. As once the links are removed, formulas are lost forever. Always search for external references and you can use Ctrl + F and type [ to find links.

Common Scenarios & Quick Fixes

ScenarioFixes
If you have just a few hyperlinksRight Click → Remove Hyperlink
When you have hundreds of HyperlinkUse VBA macro
When there are external workbook referencesUse Edit links → Break Link
When there are hidden links in names/chartsDelete via Name Manager and chart settings
To Prevent new hyperlinksDisable AutoFormat option

Conclusion

Removing links in Excel becomes an essential skill for someone who regularly shares spreadsheets or large datasets. Excel provides multiple methods if you want to remove hyperlinks for a cleaner look or break external references to secure your file. To make any disruption always make sure to create a backup before permanent changes.

Limited Slots — Get 1-on-1 Expert Guidance Now!

Avatar photo
AUTHOR
Sahil Aggarwal
Gyansetu offers top professional training certification courses designed to enhance your skills and advance your career, providing industry-relevant knowledge and practical expertise.

Leave a Comment

Your email address will not be published. Required fields are marked *

Drop us a Query
+91-9999201478

Available 24x7 for your queries

Please enable JavaScript in your browser to complete this form.
Categories