Consuming excel events in C#
It may not be exactly what you want; it is some documentation about
the Interop Assemblies that allow the unmanaged COM code (the Office
applications) to be more easily used in the .NET Framework.
Having only skimmed the document I don't know if they support the
consuming of events. I did pick up that only Office XP is supported.
IIRC, Office 2003 will be release with similar (if not better) support
for .NET.
Hope this helps,
Matthew
Thank you Matthew. I have read most of that documentation, and I have
been able to implement some stuff that talks with excel. The one
thing that I can't get it to do is consume events though.
Daniel.
|