Workbook AfterSave Event

Syntax
Private Sub Workbook_AfterSave(ByVal Success As Boolean)
Enter Code
End Sub

This event will run after the specific workbook is saved.

Required Parameters
Success
The success parameter is a Boolean data type that will return a value of true if the workbook successfully saved.  If the workbook failed to save then the success parameter will return a value of false.