Hi Guys, would you please help.
I'd this workbook event before and it was working just fine
Private Sub Workbook_AfterSave(ByVal Success As Boolean)
If Success Then
ThisWorkbook.Close
End If
End Sub
However, I needed to proceed with some changes for the event, yet, it doesn't work for closing...