Change source works on 2013 but not on 2010

jbcrouigneau

New Member
Joined
Jul 2, 2014
Messages
13
Hello,

I have a big file that generates some files with only parts of the data from the original file (it works great).
The new file has links to the original file. I wan't to remove these links.

I use the following VBA command

Code:
    NewWorkbook.ChangeLink Name:=ThisWorkbook.FullName, NewName:=NewWorkbook.FullName, Type:=xlExcelLinks

It works with Excel 2013, but not with 2010.
The same issue if I make the change manually (Data > Edit links > Change source).
Nothing happens on 2010 when it works on 2013.

Here is a sample :
https://app.box.com/s/kuv450zytwtluvo2trkg

Any idea ?

Best regards
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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