S
Stephen
I am currently developing a com addin, using VS .NET
2003, for Word, Excel and Powerpoint which uses the doc
open event from each of the object libraries (office 9)
I've included to catch the opening of files in the
various applications.
I looked through the MSDN library and the information for
using events is identical for these applications.
The word addin works fine using the
Word.ApplicationEvents2_DocumentOpenEventHandler, as does
excel using Excel.AppEvents_WorkbookOpenEventHandler, but
I can't get the powerpoint
PowerPoint.EApplication_PresentationOpenEventHandler to
fire. In fact, I have tried all the events in the
powerpoint library and none of them fire.
Am I missing something obvious or has powerpoint got
another property I need to set before it will throw
events?
Cheers,
Stephen
2003, for Word, Excel and Powerpoint which uses the doc
open event from each of the object libraries (office 9)
I've included to catch the opening of files in the
various applications.
I looked through the MSDN library and the information for
using events is identical for these applications.
The word addin works fine using the
Word.ApplicationEvents2_DocumentOpenEventHandler, as does
excel using Excel.AppEvents_WorkbookOpenEventHandler, but
I can't get the powerpoint
PowerPoint.EApplication_PresentationOpenEventHandler to
fire. In fact, I have tried all the events in the
powerpoint library and none of them fire.
Am I missing something obvious or has powerpoint got
another property I need to set before it will throw
events?
Cheers,
Stephen