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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top