Can't access code in break mode

JenniferMurphy

Well-known Member
Joined
Jul 23, 2011
Messages
2,532
Office Version
  1. 365
Platform
  1. Windows
I was stepping through some VBA code in break mode when I decided to post a minisheet here. I realize now that I should have exited break mode, but I didn't. I tabedx back to the sheet, selected the range, and tried to execute the minisheet. When I did. I got a pop-up in the macro saying "Can't access code in break mode". I clicked on OK, but it popped up again. I did that 8-10 times or more.

How do I get out of this loop without forcing Excel to close and then having to sort thought the recovered files.

Thanks
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Go back to the code that you were stepping though and end that code (Reset)
1672986413017.png
(or Alt+R+R)
 
Upvote 0
Go back to the code that you were stepping though and end that code (Reset) View attachment 82192 (or Alt+R+R)
It eventually cleared. I'm not sure what I was doing at the time. I just tried to get it to fail again so I could test your solution, but, of course, now it won't fail. 🤪😪

If it fails again, I'll try what you suggest.

Thanks
 
Upvote 0
Actually, I may have not really addressed your specific situation in trying to use XL2BB while stepping through another code. For me if Excel has recently been opened and I am stepping though a code then click on the xl2bb ribbon tab I do get about a dozen of those messages before it clears (and XL2BB is disabled - presumably since its set-up macros could not run because the 'stepping' code was in operation). That is not particularly an issue with XL2BB as I can get similar situations with other Add-Inns too.
 
Upvote 0
Solution
Actually, I may have not really addressed your specific situation in trying to use XL2BB while stepping through another code. For me if Excel has recently been opened and I am stepping though a code then click on the xl2bb ribbon tab I do get about a dozen of those messages before it clears (and XL2BB is disabled - presumably since its set-up macros could not run because the 'stepping' code was in operation). That is not particularly an issue with XL2BB as I can get similar situations with other Add-Inns too.
That's probably what happened for me. I must have clicked on that pop-up enough times to clear the errors. I'll mark that as a solution, but if that doesn't work, they can try your other suggestion.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top