Hey all,
I was wondering if anyone could help me with an inactivity timer within my workbook? I already have some code which runs when the workbook is closed:
What I would like is the aforementioned procedure to run when the workbook is inactive for 20 minutes. This could be done by either of the following:
Many thanks,
LSM1604
I was wondering if anyone could help me with an inactivity timer within my workbook? I already have some code which runs when the workbook is closed:
Code:
module1.SaveClose_Click
What I would like is the aforementioned procedure to run when the workbook is inactive for 20 minutes. This could be done by either of the following:
- The mouse has not been moved.
- There has not been a cell selection change or a macro has not run.
Many thanks,
LSM1604