jimbo
jimbo

Reputation: 11042

Office Add-in to execute on save

I'm developing an Office 2007 add-in. I would like to have a piece of code execute whenever the user Saves a document. I'm principally interested in Word, Excel and PowerPoint, but I'd prefer to also support other Office apps (such as Visio and Microsoft Project).

Looking for either a code sample, or a link to an article that describes the basic steps to perform. Thanks in advance!

Upvotes: 2

Views: 1232

Answers (1)

jimbo
jimbo

Reputation: 11042

Getting closer. Apparently what I want is the DocumentBeforeSave event

Upvotes: 1

Related Questions