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!
Getting closer. Apparently what I want is the DocumentBeforeSave event
精彩评论