hi all

i need ur help plz, almost all events are not working, i have excel 2010.

i tried to CTRL+G and typed "Application.EnableEvents = True" and nothing happened

example; the following simple code is not working;

Sub Workbook_AfterSave(ByVal Success As Boolean)
If Success Then
    MsgBox ("The workbook was successfully saved.")
End If
End Sub
please help
thanks.