G
Guest
I have a macro set to run on mouseclick in Powerpoint 2003. I need to debug
it so I set a breakpoint on the first line. But ... the macro doens't stop!
Curiously, the first statement is debug.print "rowCrawl". It prints, but
doesn't stop.
I've added a stop statement, but it motors right past it with nary a glance.
debug.assert false DOES stop things, but when I hit F8 (step into) it just
motors away again without another pause. Adding debug.assert false all over
the place is tedious at best.
There seems to be a similar problem with Access, but I can't find anything
in Powerpoint or Powerpoint VBA that matches the special keys described for
the Access fix.
Suggestions anyone?
Thanks,
Ed
it so I set a breakpoint on the first line. But ... the macro doens't stop!
Curiously, the first statement is debug.print "rowCrawl". It prints, but
doesn't stop.
I've added a stop statement, but it motors right past it with nary a glance.
debug.assert false DOES stop things, but when I hit F8 (step into) it just
motors away again without another pause. Adding debug.assert false all over
the place is tedious at best.
There seems to be a similar problem with Access, but I can't find anything
in Powerpoint or Powerpoint VBA that matches the special keys described for
the Access fix.
Suggestions anyone?
Thanks,
Ed