C# and Excel Interop

J

Johnnytz1

I have a question. I currently am writing a program to retrieve cell data
within a spreadsheet after the data changes. I programatically open the
document and subscribe to the DocEvents_ChangeEventHandler, for that sheet
only. There are multiple calculations within this sheet. Is there any way to
specifically watch certain cells for change? Or will I always get the whole
sheet back as a range target? Currently using C# .NET 2005 and Office Excel
2003.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top