I manage to catch the save-event in word with the
ApplicationEvents4_DocumentBeforeSaveEventHandler.
BUT -- I only want it to work when the user presses the save button or
activates save in the file-save menu. This eventhanlder also catches
autosave in word. This is not wanted.
Do you have any sugestions?
Regards - neoret
Doug Robbins - Word MVP - 31 May 2006 19:23 GMT
Just create macros with the name of the Word commands FileSave() and
FileSaveAs() and then they will run whenever those word commands are used.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I manage to catch the save-event in word with the
> ApplicationEvents4_DocumentBeforeSaveEventHandler.
[quoted text clipped - 6 lines]
>
> Regards - neoret
Doug Robbins - Word MVP - 31 May 2006 19:23 GMT
Yes, read my response to your previous post.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I manage to catch the save-event in word with the
> ApplicationEvents4_DocumentBeforeSaveEventHandler.
[quoted text clipped - 6 lines]
>
> Regards - neoret