Which methods or Events will be called during load a add-in.

W

Weipeng

Hi All,

When we start the POWERPOINT application and load my add-in, it will call
OnConnection method, and Active, New, Active events orderly. But start the
WORD and EXCEL application, it only called OnConnection. Do they call some
other events? I have the following questiones for this issue.
1.Why Word and Excel don't call New or Open event.
2.How to initial the default document for Word and Excel.
 
Top