View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Who I Am Who I Am is offline
external usenet poster
 
Posts: 30
Default Code execution has been interrupted

Whenever I run a code, it stops at a point. I could not find obvious
coding errors. If I press F8/F5, or hit the botton "continue", the code
gets executed again and more more halt.

The following help from VBA does not help, or I don't understant it.

Can you please shed a light?

Thanks

HZ



Code execution has been interrupted

Code execution can be suspended when necessary. This condition has the
following cause and solution:

A CTRL+BREAK (Microsoft Windows), ESC (Microsoft Excel) or
COMMAND+PERIOD (Macintosh) key combination has been encountered.
In the error dialog box, click Debug to enter break mode, Continue to
resume, or End to stop execution.