From 1 specific excel file, I have a button which opens another excel file, however I only want it to open the other excel file if it is not already opened by someone else.
The below code works really well, except that Excel displays a "File In Use" message which offers the user 3 options: "Readonly","Notify","Cancel".
This message is displayed immediately after the Workbooks.Open command.
I don't want the user to see that message, because my vba will make the decision for them.
But how can I get excel to not show that message?
![]()
Please Login or Register to view this content.
Bookmarks