View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rchiuhk rchiuhk is offline
external usenet poster
 
Posts: 16
Default stop long running macro which call dll

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.