breakpoints do not work

  • Thread starter Thread starter Alex
  • Start date Start date
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
 
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.
 
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.




.
 
Back
Top