Greetings everyone. I am hoping that someone out there can point me in the right direction for the problem Im facing. I am attempting to automate a file which is stored on the LAN in office. The file will throw up a userform when opened. The user will fill up the various fields and hit Ok. This will record the entry on a table in this file. The problem I am grappling with is how to control (forbid) another user from opening the file in parallel. I cannot even simulate an environment in my design and testing at home to know how a second copy behaves. For example, apart from giving a read-only notification, will it fire the workbook_open() event (intuitively) it will. If so, what happens if the user naively fills up the userform and clicks Ok? Will it harm the file or will Excel take over natively and ask the user to do a Save As (at which point the user realizes what he has done and closes the file to try later). Additionally, what will happen to the original session in this scenario (that is, what will be the impact on the actions of the first user to open the file).
Any help/advice to navigate this issue would be much appreciated. Thanking everyone out there in advance for their time and attention.
Any help/advice to navigate this issue would be much appreciated. Thanking everyone out there in advance for their time and attention.