Excel Bug when Debugging (When pressing CTRL+BREAK): keeps stoping

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

Guest

When you are debugging a Microsoft Excel 2003 VBA project and you need to
interrupt code execution (with CTRL+BREAK), it will keep interrupting your
code even if you don't press CTRL+BREAK again (until you restart your
computer, not even just Excel). I'm using MS Excel 2003 (11.6355.6408) SP1,
MS Windows XP Professional SP2 and I've downloaded and updated to the last
patch of both products.
 
mexage said:
When you are debugging a Microsoft Excel 2003 VBA project and you need to
interrupt code execution (with CTRL+BREAK), it will keep interrupting your
code even if you don't press CTRL+BREAK again (until you restart your
computer, not even just Excel). I'm using MS Excel 2003 (11.6355.6408) SP1,
MS Windows XP Professional SP2 and I've downloaded and updated to the last
patch of both products.

It happens with Excel 2000 as well when you have been debugging for a
while. I also get the active component has disconnected from it's
client! I cna only assum eit has hogged some memory somewhere cetainly
CPu usage seems to go v high as it happens. Anyone out there who could
help?
John Robinson
 
Back
Top