I have numerous Excel files that I have created for shared use in data input. Each user enters data into a different worksheet. There is some possibility that when user B attempts to open the file, he/she will get a read only copy because user A still has the file open. Perhaps user A will quickly finish and user B can proceed.
However, is there a way I can encode an 'on open' vba event such that user B on his read only copy can tell that user A has the file open so he can send an email to 'hurry up?'
However, is there a way I can encode an 'on open' vba event such that user B on his read only copy can tell that user A has the file open so he can send an email to 'hurry up?'