tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,913
- Office Version
- 365
- 2019
- Platform
- Windows
If this is set to false, ie
then if a workbook in an instance of Excel is already opened, any attempt to open another Excel file from Windows Explorer would open a new instance of Excel, then opens the file (tested on Excel 2013).
However, my users have experienced this issue:
Are these two issues related?
Thanks
Code:
Application.IgnoreRemoteRequests = False
then if a workbook in an instance of Excel is already opened, any attempt to open another Excel file from Windows Explorer would open a new instance of Excel, then opens the file (tested on Excel 2013).
However, my users have experienced this issue:
Code:
There was a problem sending the command to the program
Are these two issues related?
Thanks
Last edited: