Thread: Cannot debug
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas[_2_] Bob Umlas[_2_] is offline
external usenet poster
 
Posts: 68
Default Cannot debug

You CAN step through worksheet change events or any code. It's not clear why
you're having a problem, but perhaps you can put a breakpoint in the code to
force the single-step when it gets to that breakpoint line -- click on the
line of code, then press F9, then run the macro the usual way. When it gets
to the breakpoint line you'll be in step mode.
Bob Umlas
Excel MVP

"Emily Edgington" wrote in
message ...
I have a procedure that will not respond when I try to step through or run
to
cursor. However, some procedures within the same module will respond to
debugging. I know that you cannot step through worksheet change events,
etc,
but these procedures are in a normal module. Are there procedures you
cannot
step through?