Force continue with 'We Can't update some of the links...' dialog box

mickyflash

Board Regular
Joined
Jan 29, 2009
Messages
77
Hello, I have a macro, which opens up all the excel files in a specific folder, runs a number of codes and the saves and closes the workbook before moving on the next one.

The whole process takes about 2 hours, but I cant for the life of me get excel to skip, or force continue on the edit links dialog box that comes up for these files.
I have had a look around google and this forum but everything that has been suggested doesn't work, and I am not sure why it comes up but it irrelevant because my macro has all the steps in place to ensure the data is correct and up to date.

I would really like to just leave excel too it rather than sit there and click continue on the opening of each file, does anyone have any suggestions?

Capture.PNG
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
How about
VBA Code:
Workbooks.Open "C:\mypath\book1.xlsm", False
 
Upvote 0
Get rid of the Filename:=
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,062
Messages
6,122,923
Members
449,094
Latest member
teemeren

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