Hi,

I have tried to close workbook but excel application still running

  Application.DisplayAlerts = False
  ThisWorkbook.Close    
  Application.Quit
can anyone help me?