How do I stop the "Code Execution has been Interupted" Message box appearing after manually stopping my VBA program? Want to automatically exit the Excel routine by using the <Esc> key. I have tried: "Application.DisplayAlerts=False" with no success.