Thanks! I have been been working with this code on and off all day and in the process have learned a lot about VB (I'm just starting but am quickly getting the hang of it). I found some errors in your posted code: The workbook would not save before closing, there was a "Compile Error: Ambiguous name detected. Workbook_SheetChange", and the workbook was still closing even when one moved between cells, workbooks, or programs.
Through much trial and error I believe I fixed most of them and have posted the code below. However, I am still having trouble with keeping the workbook open while simultaneously working with other programs and also moving between cells.
I believe the ultimate solution to all these knacks would be to restart the Timer if the user moves the mouse regardless of whether or not Excel is currently the active running program but this is beyond my level of knowledge. Any thoughts?
Here is what I now have:
ThisWorkbook
Module1
Best regards,
Nick
Bookmarks