VBA Sees Breakpoints when there is nothing there

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
 
J

Jan Karel Pieterse

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top