Hello
On my search to the perfect monkey proof data entry screen (userform), there is one problem.
More people use the same file(workbook), entering data on the userform only takes several seconds.
I have programmed the userform in a way when they press OK the data adds on the workbook. And the workbook closes and saves.
But , if someone leaves the screen and didn't press the OK button yet, other people might have to wait for him.(read-only )
To solve this i want a Visible timer on the userform and a VBA code to close the workbook and save 50 seconds after the person started entering data.
Or something with Mouse idle? that would be even better. Goal: Mouse didn't move for 50 seconds: Close and save workbook , BUT keep userform open.
Yours , Steven
Bookmarks