View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
abhimanyu abhimanyu is offline
external usenet poster
 
Posts: 12
Default Executing xlAbort from Excel Interop

Hi

I need to call xlAbort method to check whether ESC key was pressed. I
am developing an AddIn in C# for Excel XP and higher.

thanks