Hi Tony
If it comes down to Disabling Save then the FAQ I pointed you to in another thread would cover a number of the methods you will need to use.
In addition to that the following code in your document should prevent the user being asked to save the document
Code:
Private Sub Document_Close()
ThisDocument.Saved = True
End Sub
In addition to my FAQ I have been chatting to fumei off site. He has told me of a template that is available from M$ that disables ALL word commands. I haven't tested/looked at this but the description seems to suggest not only slapping someone with a fish but with a number of fishes - still in their tins!!
However, be careful with this template. fumei's words
"WARNING!!! Do not open this file unless you have the VBA Editor open! It literally overrides everything - including being able to close it. So to close it you must disable the, well, disable functions."
As it sounds like you are trying to override all functionality in Word, this may be the solution.
You can get the file from this link, apparently
As for disabling the "x" button if you do a google search or even search this site you'll find hundreds of links. Check the FAQs for the VB forum as there may be something there.
Good Luck!
;-)
If a man says something and there are no women there to hear him, is he
still wrong?
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
The faqs ma'am, just the faqs. Get the best from these forums : faq222-2244