raccoon588
Board Regular
- Joined
- Aug 5, 2016
- Messages
- 118
I have the following code. Is it possible to delay the save by a minute? so once the change is made to the cells it will save the workbook a minute later?
Code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Range("K6:k8800"), Target) Is Nothing Then ActiveWorkbook.Save
If Not Intersect(Target, Range("K:K")) Is Nothing Then