Looking for message to pop-up when sheet is idle, and not automatically close file, nor continue to run after file is closed. This is my current code which pops up whether idle or not:
This Workbook
Private Sub Workbook_Open()
Application.Run "StartTimer"
End Sub
Private Sub...