Home › Forums › Microsoft Project Discussion Forum › fileclose pjDoNotSave – but still getting prompt to save
Tagged: Help, Microsoft Project, problems, Save, support
Dim PauseTime, Start
PauseTime = 1 ' Set duration.
Start = Timer ' Set start time.
Do While Timer < Start + PauseTime
DoEvents ' Yield to other processes.
Loop