Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I am working on an C# excel project with visual studio 2010. I want to detect if any cell in excel worksheet is changed, and by using this info I am trying to connect sql server 2008 db and make some updates. So how can I do? I hope to tell my problem properly.

Thanks in advance.
Posted
Updated 12-Oct-11 4:57am
v3

1 solution

you could do this directly from EXCEL using VBA and that
could be the easiest way.

Please see http://support.microsoft.com/kb/823981[^] for handling excel events in c#
 
Share this answer
 
Comments
kurtiniadiss 15-Oct-11 4:49am    
Bala, thanks for your interest

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900