Debug issue

athulting

New member
Local time
Today, 08:48
Joined
Jul 21, 2011
Messages
2
I have a database that is having an issue, it debugs when it shouldn't like if you had stopper although there isnt a stopper. How would I stop this from happening?
 
Make sure that you have Option Explicit set at the top of EVERY module.

Change some code (add a space and remove it again) and then compile and save your application. That should clear the phantom breakpoint.

If it does not, you will need to research the de-compile option.
 
Are there any error messages that occur when this happens?
Is it random or does it occur during a particular procedure?
What process is taking place when this happens?
Does any vba code line get highlighted when this happens?

We need a little more info

Goh
 
It is the same function, I also have the Option Explicit in the module header. I did the add a space and delete it, and re compiled the code. Hopefully it worked, I guess I will find out tomorrow.

Thanks
 

Users who are viewing this thread

Back
Top Bottom