Excel VBA Editor Won’t Let Me Debug My Code: F8 (Step Into) / Ctrl + F8 (Run to Cursor) Not Working
On a pretty regular basis, the VBA Editor breaks somehow, so that I can’t step into code (either by pressing F8 or clicking on either the ‘Step Into’ button or the ‘Run to Cursor’ button in the “Debug” menu) and execution of code doesn’t pause on the breakpoints I’ve set or on errors that occur (this despite having selected the “Break on Unhandled Errors” option under the “Error Trapping” group on the “General” tab of VBA’s “Options” dialog box).