View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cammbaz Cammbaz is offline
external usenet poster
 
Posts: 2
Default C# Excel 2007 workbook application with VSTO Problem

Hello,

i'm writing an Excel 2007 workbook application with c#. when a field is
updated in Excel (from a data provider), i'm sending this changed values to
the another application. (with socket communication)

My application is working very clean unless when i try to change a value in
a diffrent excel file sheet.
i think get_range method is not working when i try to edit a cell. How can i
solve this problem?

Thank you for your help.