JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
At work we have a file that when opened provides the message it should be opened as read-only (unless you wish to make changes). However, because I'm the only one that makes any changes, I want to change this so for me, this message is never displayed.
I can't put any code into the workbook (Sub Workbook_Open) code because this is executed after the read-only message is processed. At the same time, I do not want to disable this message (by turning off this prompt in Save As, Tools, General Options) for anyone else who opens this file.
Is it possible to do this so that difference people have different opening criteria?
Thanks,
Jack
At work we have a file that when opened provides the message it should be opened as read-only (unless you wish to make changes). However, because I'm the only one that makes any changes, I want to change this so for me, this message is never displayed.
I can't put any code into the workbook (Sub Workbook_Open) code because this is executed after the read-only message is processed. At the same time, I do not want to disable this message (by turning off this prompt in Save As, Tools, General Options) for anyone else who opens this file.
Is it possible to do this so that difference people have different opening criteria?
Thanks,
Jack