View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hans Merkl Hans Merkl is offline
external usenet poster
 
Posts: 2
Default Is updating Excel cells from multiple threads a bad idea?

Hi,

I am involved in the development of Excel addin written with C#. The addin
updates the spreadsheet from different threads. It works as long nobody
clicks with the mouse in the spreadsheet otherwise it crashes.

I personally am sceptical of using multiple threads with Excel and am
wondering if anybody is successfully updating a spreadsheet from sveral
threads.

Thanks

Hans