Thread: breakpoints
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
QB QB is offline
external usenet poster
 
Posts: 57
Default breakpoints

I have an xlsm with lots of code. Typically, it executes very rapidly.
However, I am trying to do some troubleshooting and placed 1 single
breakpoint. Now when I execute the routine it takes for ever! What once
took 10 sec now will take 15-20minutes??? and it isn't even in the procedure
where I placed the breakpoint?

What is going on?

If I remove the breakpoint, is runs fine again?!

Lost and confused?

Help.

QB