 |
Antares Level: Graduate
 Registered: 29-07-2005 Posts: 9
|
AutoClose() vs DocClose(), FileClose(), FileExit(), et al.
I'm trying to replace the Save? Yes/No/Cancel dialog that comes up when you close a document that has unsaved changes in Word. It was my hope to use the AutoClose macro so that I wouldn't have to catch each of the different close methods seperately (DocClose, FileClose, FileCloseAll, FileExit, FileCloseOrCloseAll, FileCloseOrExit) and because I can't find one that catches closing using the red X button.
The question is, how do I make the Cancel button stop the document from closing? I figure it must be possible since AutoClose fires before the standard Word dialog and that dialog has a working Cancel button on it.
Thanks.
|
|
25-05-2006 at 05:44 PM |
|
|
|
|
 |
 |