Is there a way to be notified when the active document is changed?

J

Junyi Zhu

I'm developing COM add-in in C++ for office applications. I'm trying to find
a way to get notified when the active document is changed
(ActiveDocument.Saved becomes/equals to FALSE). I couldn't find an event for
this, and Application.OnTime can only invoke a macro but not a function in my
COM add-in.
 
Top