Hello! Art. Thanks for the details.
What you’re seeing is not normal Excel behavior, hitting Ctrl+Break (or using the Break button on a full keyboard) should only interrupt the currently executing VBA project, not crash the entire Excel instance and close all open workbooks unsaved.
Try to run Excel in separate processes:
Instead of all workbooks sharing one process, launch each in its own instance:
Open Excel, then use File → Options → Advanced → General → "Ignore other applications that use Dynamic Data Exchange (DDE)" → check it.
Then start Excel from the Start menu again for each workbook. Each instance will be isolated — if one crashes, the others remain open.
See if this helps. If you need further assistance, just let me know.
Best regards,
Kimberly