VBA Breakpoints won't clear

HunterN

Active Member
Joined
Mar 19, 2002
Messages
479
Hi,

I have an Access 2010 database project that I have been working on. I have to do a presentation tomorrow using this project and I have the following thing happening.

I had put in a Break point while reviewing it and going over my notes. Now I am ready for my presentation tomorrow, but I can't get the break point to leave the vba code. Every time I think I saved it without the break point it seems to stick with it.

I open the database and click on a button and it opens the VBA window and goes right to where I thought I had removed the break point. I totally get out of Access each time before trying again. I have tried the Ctrl + Shift + F9, and saved it.

I don't want the VBA code window to pop up tomorrow when I do the presentation. Can anyone help me with this, please.

Nancy
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Nancy

Try Debug>Compile then save.
 
Upvote 0
Just as a note, I have also found it works to delete the line in question and re-type the code back in.
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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