Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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.


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

Hello again,

i solved that problem.
may be somebody needs the solution.

we can only read Excel cells with U.S settings (i think there is a bug in
the Excel object v11 dll). Therefore the region settings on a computer that
was set outside the U.S, cause problems like mine.


To correct this wrong:

System.Threading.Thread.CurrentThread.CurrentCultu re = new
System.Globalization.CultureInfo("en-US");



"Cammbaz" wrote:

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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing add-in properties with workbook - how to? (VSTO 2007) Thomas[_24_] Excel Programming 2 September 23rd 09 08:09 AM
Deploying Excel 2007 VSTO Addin Ross Culver[_3_] Excel Programming 0 February 28th 09 07:26 PM
Excel 2007 Add-in with VSTO MadZebra Excel Programming 5 February 29th 08 12:52 AM
A problem in VSTO Excel application deployment loop Excel Programming 1 August 16th 06 03:00 AM
Progamatically Formating Cells within VSTO for Excel Application Development using C# Sharad Vyas Excel Programming 5 December 10th 05 04:42 AM


All times are GMT +1. The time now is 03:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"