Code Execution Interrupted
Hate to bring up an old topic, but I am still having problems.
Seems VBA does not like breakpoints set in other versions of VB, because everything was working fine untill I decided to set a breakpoint in my VB6 code, so the next time my Solver macro ran, it threw up that error, prompting me to hit Continue a bunch of times.
Resetting the machine is the only way out of this. Peculiarly enough, when excel is not in focus, the problem does not come up.
I was able to find quite a few hits on Google about this problem, but no solution, just posts asking people with the problem to post code. :confused: :confused: :confused:
Any ideas? One post suggested disabling the Esc key...
Re: Code Execution Interrupted
Sorry, what's the problem?
You're calling some VB6 code with a breakpoint in it from Excel and it throws up errors?
Re: Code Execution Interrupted
Quote:
Originally Posted by zaza
Sorry, what's the problem?
You're calling some VB6 code with a breakpoint in it from Excel and it throws up errors?
close, code in VB6 with a breakpoint in it is calling a macro setting up and running solver in excel, and excel throws up errors.