Hello All,
I want to override the Document Save event. I will explain the full
situation to you all now:
I am willing to call the Dialog box "Do you want to save the document" when
I press the Save Button. Now if I press YES, I should get one more dialog box
appear(which is my own add-in) but if I press No then the dialog box should
not run.
There is a straight event in PowerPoint as PresentationSave event but I am
not able to do the same in Word.
In short i want a substitute of the PresentationSave event in WORD.
Any Help will be appreciated.
GS.
Doug Robbins - 30 May 2005 18:59 GMT
If you create a macro with the same name of one of Word's built-in commands,
your macro will run in place of that command whenever the user tries to use
it.

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
> Hello All,
> I want to override the Document Save event. I will explain the full
[quoted text clipped - 12 lines]
>
> GS.