VBA Code:
Sub AEETRUE()
Application.EnableEvents = True
Application.ScreenUpdating = True
Application.DisplayAlerts = True
End Sub
Hello All need help with adding to my workbook that whenever an error occur on any of the Macros, Sheet Codes, or Userform codes in a workbook to display the error, call the Macro above. is there a easy way to accomplish this on the "ThisWorkbook" in VBA
any information is greatly appreciated.