Excel NewWorkbook event

D

Doug Paul

Does anyone have any sample code for trapping and
handling the Excel NewWorkbook event in C# .NET COM addin?
I've set up the code and gotten it to compile, but it
does not work. The same holds true for Word NewDocument
event.
 
Top