...
On Error GoTo 0
Set prjDir = Nothing
Set objFSO = Nothing
Set prjSubDir = Nothing
Set fs = Nothing
Set syncprj = Nothing
Set subprj = Nothing
Application.FileCloseAll (pjDoNotSave)
Application.DisplayAlerts = False
Application.Quit
Exit Sub
End Sub
有人遇到过相同的问题或知道如何解决此问题?