View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Ignore breakpoint when running a macro

When troubleshooting a macro, there are instances where I want to switch back
and forth between running and debugging. There are breakpoints in my
debugging, which I find I must remove before running to prevent interruption
in execution. Then, when I go back to debugging I need to reinsert them.

How can I tell Excel to ignore breakpoints when running (without deleting
them, so that I may use the same breakpoints for future debugging)?

Thanks.