I have an Excel workbook on a server that multiple users look at for reference but only one person is allowed to edit. I am trying to keep other users from opening the file and selecting the "Notify" option on the prompt. We have had issues where people would select the "Notify" option and would take control of the actual file itself without realizing it, making it impossible to save changes to it.
I have attempted some VBA coding trying to curtail this but this prompt appears to run before the VBA code can take effect.
I have looked in multiple places for an answer to this and haven't found anyone with a true solution to this exact issue I am having. The closest thing I have found to what I am looking for is this thread from 2005: https://www.mrexcel.com/forum/excel-questions/169316-how-disable-notify-button.html
So, I am looking for some insight to somehow disable the notify button or load straight into the "Read Only" version of the file without the prompt appearing at all.
Any help with this would be greatly appreciated!
I have attempted some VBA coding trying to curtail this but this prompt appears to run before the VBA code can take effect.
I have looked in multiple places for an answer to this and haven't found anyone with a true solution to this exact issue I am having. The closest thing I have found to what I am looking for is this thread from 2005: https://www.mrexcel.com/forum/excel-questions/169316-how-disable-notify-button.html
So, I am looking for some insight to somehow disable the notify button or load straight into the "Read Only" version of the file without the prompt appearing at all.
Any help with this would be greatly appreciated!