Well, I added in the following code: ActiveSheet.Unprotect Password:="TNT", UserInterfaceOnly:=True, AllowFiltering:=True and the reverse when the workbook closes: ActiveSheet.Protect Password:="TNT", UserInterfaceOnly:=True, AllowFiltering:=True
but this has been causing OnTime to fail. How...