S
Sun
I was trying to disable the "save as" feature in a word document
and I wrote the code:
CommandBars("Menu Bar").Controls("File").Controls("Save As").Enabled = False
it works but the button stay disabled after I close the word and open it
again.
Is that anyway to disable the "Save As" button only for the specific
document which means didn't cross word session
P.S.
I will finally put this in my C++ application, which open the specific
document and i want user only save the existing document in my system instead
of save as.
and I wrote the code:
CommandBars("Menu Bar").Controls("File").Controls("Save As").Enabled = False
it works but the button stay disabled after I close the word and open it
again.
Is that anyway to disable the "Save As" button only for the specific
document which means didn't cross word session
P.S.
I will finally put this in my C++ application, which open the specific
document and i want user only save the existing document in my system instead
of save as.