VBA Sees Breakpoints when there is nothing there

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am receiving a very strange error in Excel 2003. Excel seems to "see"
breakpoints and stop code on random lines of code, when no breakpoint has
been set. This error seems to only happen on one machine, and not others.
Once the code breaks, you can go to the VBA, hit "f8" and continue to execute
code as if nothing wrong had happened. Has anyone seen this before? Is
there something wrong with Excel on just this one machine? What can I do to
get rid of these imaginary breakpoints?

Thanks
 
Hi VBA,
I am receiving a very strange error in Excel 2003. Excel seems to "see"
breakpoints and stop code on random lines of code, when no breakpoint has
been set. This error seems to only happen on one machine, and not others.

VBA sometimes does that: remember old edits and breakpoints.
Download Rob Bovey's code cleaner from www.apprspro.com to fix that.

Regards,

Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
Member of:
Professional Office Developer Association
www.proofficedev.com
 
Back
Top