you will have to override Word application's 'DocumentOpen' and
'DocumentBeforeclose' event and write code for this. In the code for open
event check for the specific document and disable the menu item. similarly,
for the close item enable it again.
for more details refer to
http://www.word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm
OR
http://msdn2.microsoft.com/en-us/library/aa188758(office.10).aspx

Signature
Pranav Vaidya
VBA Developer
PN, MH-India
> I was trying to disable the "save as" feature in a word document
>
[quoted text clipped - 13 lines]
> document and i want user only save the existing document in my system instead
> of save as.
Graham Mayor - 26 Jul 2007 14:11 GMT
But it won't stop someone who wants to save the document with a new name
from doing so. It will just get in the way of doing so for a short while.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> you will have to override Word application's 'DocumentOpen' and
> 'DocumentBeforeclose' event and write code for this. In the code for
[quoted text clipped - 25 lines]
>> specific document and i want user only save the existing document in
>> my system instead of save as.