Sub AddSheet()     Application.EnableEvents = False     ThisWorkbook.Sheets.Add     Application.EnableEvents = True End Sub