Hi All,
I need help with a code which will call another code if action not taken by user within certain time.
The scenario is as follows:
The employee should enter his Employee code in textbox of UserForm. If he pushes button “Clock_In”, VBA code right away executes “Record_Punch” code & clears textbox making ready for next employee, if he starts entering his code & did not push “Clock_In” button (for example changed mind or forgot or…) within certain time (for example 15 seconds), then should be executed another VBA code to clear textbox.
Thank you in advance.
I need help with a code which will call another code if action not taken by user within certain time.
The scenario is as follows:
The employee should enter his Employee code in textbox of UserForm. If he pushes button “Clock_In”, VBA code right away executes “Record_Punch” code & clears textbox making ready for next employee, if he starts entering his code & did not push “Clock_In” button (for example changed mind or forgot or…) within certain time (for example 15 seconds), then should be executed another VBA code to clear textbox.
Thank you in advance.