tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
I have used the command:
successfully to force Excel to open a new instance of Excel if another file is opened.
The above was tested on Excel 2013 but it seems this does not work in Excel 2016, ie subsequent Excel files still open in the same instance of Excel.
Can someone please confirm this?
Thanks
Code:
Application.IgnoreRemoteRequests = True
successfully to force Excel to open a new instance of Excel if another file is opened.
The above was tested on Excel 2013 but it seems this does not work in Excel 2016, ie subsequent Excel files still open in the same instance of Excel.
Can someone please confirm this?
Thanks