Why is my code ignoring my break points?

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

I am trying to debug my code and I placed a break point at one line but my
code did not break. I tried to place the break point at the start of the
code, nothing happened. I placed a msg box saying " I Was Here" and then
place breaking point on the msg box line. The msg ran (fired) but no break
either. the code is firing because it does what I need it to do but I am
trying to test how it runs and as if it does not see any break point? any
Ideas
thanks
 
Back
Top