break link to external workbook

confused in Frankfurt

Board Regular
Joined
Oct 11, 2010
Messages
53
Hi,

I have the following problem:
I am copying sheets from one workbook into another it has formulas linked to a sheet in the source workbook. I want to relink these to the new workbook and had the following formula which is creating an error 438.



ActiveWorkbook.ChangeLink Name:="Y:\pub\2011\Forecasting\Revenue Forecasting\CreationFile\" & _
"SamsUPdatecheckv2.xls", newname:=(ActiveWorkbook), _
Type:=xlLinkTypeExcelLinks
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
It would be:

newname:=ActiveWorkbook.FullName

but it must be saved.

If you group the sheets and copy them the formulas should remain relative provided that the referenced sheet is also copied.
 
Upvote 0
Thanks Andrew,

This worked but I now have an error 1004

I can't copy all the sheets from the source workbook in one go. I copy two sheets in a loop and then in a later step a third sheet which is the one still linking to the source sheet. Manually I just change the source of the links in the links section

what am I doing wrong ?

Regards
Sarah
 
Upvote 0

Forum statistics

Threads
1,215,566
Messages
6,125,589
Members
449,237
Latest member
Chase S

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