Open two Excel files at once

henryg

Board Regular
Joined
Oct 23, 2008
Messages
145
Office Version
  1. 365
Platform
  1. Windows
I have an Excel file that is linked to another, and when I open it I get the usual do I want to update dialogue. All good so far. But then it says that it cannot update some links so I get #ref! all over the place. If I then open the linked file manually, the links refresh correctly; this may be due to Power Query/Pivot but I'm only guessing.

So to the point! How can I open both files at the same time without having to do so manually? I feel sure that in the past I could do this, but if so I have forgotten. Come to think of it, I could try a batch file but any better way/s?

Excel 365 beta (with the 14 latest functions), Windows 10x64
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You might use a Sub Workbook_Open macro that checks if the second workbook is already open and, in Not, open it.
If you need help for doing that, just ask.
 
Upvote 0
You might use a Sub Workbook_Open macro that checks if the second workbook is already open and, in Not, open it.
If you need help for doing that, just ask.
Thank you, but a very simple batch file does the trick and I am not familiar with VBA. Don't know why I didn't think of it before posting here.

And I think it was the unlamented "briefcase" I had in mind for doing this years ago.
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

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