Breaking External Link

nymyth

Board Regular
Joined
Mar 4, 2010
Messages
104
howdy all,

I have a file that is showing an external link that I cannot break (Excel 2016), I have done the usual checks:
1. Check Conditional Formatting
2. Check Data Validations
3. Check Charts/Text boxes (don't have charts in this file)
4. Check Name Ranges
5. Check Compatibility Output

I finally saved the .xlsx as a .zip and found that the issue is hiding here: \xl\externalLinks\_rels. When I open this file I see this (where 'filename.xlsx' is the full path to where the file is):
VBA Code:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>

-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">

<Relationship TargetMode="External" Target="filename.xlsx" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath" Id="rId1"/>

</Relationships>

I have tried deleting this file, editing the file by removing the code, however every time I save the .zip back to .xlsx it all comes back in.

How can I find where this thing is hidden, or remove it entirely?

Cheers.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,215,472
Messages
6,125,005
Members
449,203
Latest member
Daymo66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top