asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Sub close_me()
ThisWorkbook.Close Savechanges:=True
End Sub
Private Sub Workbook_Open()
Application.OnTime Now + TimeValue("00:10:00"), "close_Me"
End Sub
Good Day,
Currently i have the given code above for to close workbook itself within 10min.
Is it possible to set a timer from 10 sec. to countdown before closing the file?
Many Thanks,
Last edited: