breakpoints do not work

A

Alex

Hi,

I have stange thing.
in VBA editor my breakpoints do not work.
The code does not stop on them..
what is wrong? thanks in advance.

Alex
 
G

GVaught

Are you sure your execution code is getting to the breakpoint or your
breakpoint is set correctly?
In my experience, breakpoints are set at code that indicates a value = to
another value. If it is set at a statement such as Set newdb AS Database it
won't work.
 
A

alex

thanks.
-----Original Message-----
Are you sure your execution code is getting to the breakpoint or your
breakpoint is set correctly?
In my experience, breakpoints are set at code that indicates a value = to
another value. If it is set at a statement such as Set newdb AS Database it
won't work.




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top