There are about twenty team members who take turns opening and editing an excel file. problem is that many times users forget the file open for extended periods which stops others from accessing to make their updates. Would like to have an “ok only” message box pop up that appears above all open apps after 5 minutes of inactivity in said excel file. Also would like it to freeze other apps from being used until the pop up is cleared by clicking “OK”. Also, after clicking “OK” I would like the same message box to reappear if there is another 5 minutes of inactivity. Also would like this message to only appear if the file is open as owner. The pop up should not appear if open read only. The hope is that this pop up reminder free’s up the file for updates without delay.
I already created this pop up and it works but I can’t get it to show above all open apps. Even if I have excel file showing on screen, if I have say email app as focus the pop up doesn’t display above all apps. The excel in task bar just flashes and only when I select it does the pop up show. I read that standard message box can’t be made to show on top of all apps and that a form has to be used but I’m new to forms also so if a form is the solution please help with form also. The code i'm currently using is as follows: Original Code