CubaRJ
New Member
- Joined
- Mar 21, 2022
- Messages
- 29
- Office Version
- 365
- 2019
- Platform
- Windows
Hi,
My company has a large excel file shared on a SharePoint between 20+ people and it very often we have "Can´t merge your data..." making us to rework the change again.
I was wondering if Excel has the ability to "listen" to changes on a shared file so that we can prevent the save until another user has saved their changes on their end and avoid the problem with data merge.
I know there are BeforeRemoteChange and AfterRemoteChange events, but can´t think of how to set it up correctly to trap when a user is updating info and make my code wait or sleep till it is safe to save.
Can you help me?
My company has a large excel file shared on a SharePoint between 20+ people and it very often we have "Can´t merge your data..." making us to rework the change again.
I was wondering if Excel has the ability to "listen" to changes on a shared file so that we can prevent the save until another user has saved their changes on their end and avoid the problem with data merge.
I know there are BeforeRemoteChange and AfterRemoteChange events, but can´t think of how to set it up correctly to trap when a user is updating info and make my code wait or sleep till it is safe to save.
Can you help me?