View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mac_in_sctland mac_in_sctland is offline
external usenet poster
 
Posts: 1
Default Excel COM dll - how to escape from process

Hi,

I have built a fairly simple Excel COM addin in visual basic 6 which
loop 50000 times and adds up numbers.

The problem I am having is that when I press the escpae key the COM
addin doesn't stop (I would have expected it to - the same as VBA
macros).

Is there anything I need to do to put into my COM addin to allow this
to happen?

Many thanks for your help

Mac