P
paulquinlan100
Hi
I'm trying to force excel to open a new instance when a user double
clicks on a particular file. This is so that the menus that are
disabled in this file are not also disabled in any other excel
workbooks that they have open.
Looking through older posts someone suggested using:
Application.IgnoreRemoteRequests = False
Ive tried putting this in the Workbook_Open event but the menu changes
are still applied to other open workbooks.
Does anyone know where i'm going wrong?
Thanks for any suggestions.
Paul
I'm trying to force excel to open a new instance when a user double
clicks on a particular file. This is so that the menus that are
disabled in this file are not also disabled in any other excel
workbooks that they have open.
Looking through older posts someone suggested using:
Application.IgnoreRemoteRequests = False
Ive tried putting this in the Workbook_Open event but the menu changes
are still applied to other open workbooks.
Does anyone know where i'm going wrong?
Thanks for any suggestions.
Paul