stop long running macro which call dll

  • Thread starter Thread starter rchiuhk
  • Start date Start date
R

rchiuhk

I have the excel with several macros which will call c sharp dll procedures.

When there is one macro named as GetA running, It will run for a long time.

At this time, I cannot close the excel until it is finished.
Is there any method so that I can close the excel without using
"Ctr-Alt-Del"??

I am using Excel 2007.
 
Ctrl+Alt+Break (the pause button) will halt most macro procedures, giving you
the option to end, debug, or continute a macro.
 
Back
Top