Forum Discussion
waygar
Feb 07, 2024Copper Contributor
Sharepoint Workbook reversion to earlier version due to Internet link broken VBA
A group of eight geographically separated people coauthor an Excel macro-enabled Workbook located on a Sharepoint Server. This system works well with editing by each of the group being autosaved to t...
- Feb 07, 2024
waygar You could use the trick I implemented in the attached file. Note that there is code in both Module1 and in ThisWorkbook. What I don't like about the solution is that the mouse cursor flashes every time the code runs. You may want to make it run less frequent by adapting the Timevalue argument.
JKPieterse
Feb 07, 2024Silver Contributor
waygar You could use the trick I implemented in the attached file. Note that there is code in both Module1 and in ThisWorkbook. What I don't like about the solution is that the mouse cursor flashes every time the code runs. You may want to make it run less frequent by adapting the Timevalue argument.
waygar
Feb 13, 2024Copper Contributor
Hi Jan,
Works like a dream. Thank you.
Works like a dream. Thank you.