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

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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