Hi i am trying to add a macro to save and close excel after a period of 15min of inactivity as a number of people use the excel spreadsheet and leave open which then locks the spreadsheet.
I already have code in Module 1:
Sub InsertAndLockRow()
Dim ws As Worksheet
Dim newRow As Range
Dim...