What vb-code can I put in my macro formula to close the program excel? I use this code to close the document without saving:

Application.DisplayAlerts = False
ActiveWorkbook.Close

This code only closes te document and not the whole excel program. What code can I use for that?

Thanks for replies!

Greetz Relli.