Hi,
I have a shared workbook (co-authoring) that uses UserForm for the user to input information which is then added to a table on a sheet the user has chosen.
The problem is that when a user A has done so another user B gets a message the following message with a option to reopen the file:
NEW VERSION AVAILABLE Reopen to get the latest version. You won't lose any changes you've made.
When user B clicks Reopen he gets a message of:
UPLOAD FAILED Your file wasn't uploaded because your changes can't be merged with changes made by someone else.
This is a big problem since multiple users need to be able to add information as well as make changes without risking losing those changes.
One possible idea I have is writing a code that merges the changes when Excel fails to do so, and saving them manually instead of autosave. Maybe using BeforeRemoteChange or AfterRemoteChange?
Is that something that is possible? I have not found anything indicating that but it's the only idea I have.
Have any of you had that problem and managed to solve it?
Thank you
I have a shared workbook (co-authoring) that uses UserForm for the user to input information which is then added to a table on a sheet the user has chosen.
The problem is that when a user A has done so another user B gets a message the following message with a option to reopen the file:
NEW VERSION AVAILABLE Reopen to get the latest version. You won't lose any changes you've made.
When user B clicks Reopen he gets a message of:
UPLOAD FAILED Your file wasn't uploaded because your changes can't be merged with changes made by someone else.
This is a big problem since multiple users need to be able to add information as well as make changes without risking losing those changes.
One possible idea I have is writing a code that merges the changes when Excel fails to do so, and saving them manually instead of autosave. Maybe using BeforeRemoteChange or AfterRemoteChange?
Is that something that is possible? I have not found anything indicating that but it's the only idea I have.
Have any of you had that problem and managed to solve it?
Thank you