I want to close a word doc or exit word in the normal way
and NOT receive the 'do you want to save' prompt

I know about 'wdDoNotSaveChanges', which I would like to
use, but it won't work in 'Document.Close' or
'AutoClose'

This will work from a command button, but I want it to
work from 'X' or 'File' - 'Close'

Thanks in advance