Temporarily disable code execution for form design mode

craigyg

Board Regular
Joined
Dec 14, 2005
Messages
114
In short, the Access VBA that I've written is interfering with my designing and modifying some forms. I would like to pause code execution while I'm in design mode changing these forms. I went to the Visual Basic Editor and put it in Break mode but that didn't seem to do the trick. Any suggestions?

- Craig
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Craig

As far as I know if you are in Design mode then there is no code execution happening.:eek:
 
Upvote 0
There should not be any code running for that form when you are in Design view, as Norie said.

Is the code originating elsewhere, eg in a Timer event on another form? If so, place that form in Design view too, then go to the form you want to work on and make your changes. Don't forget to reinstate the timer form afterwards...

Denis
 
Upvote 0

Forum statistics

Threads
1,214,895
Messages
6,122,128
Members
449,066
Latest member
Andyg666

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