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.
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.