WD: Doc Error: Save All Command Does Not Confirm Each Document |
Q120090
There is a documentation error in the "Save All command (File menu)" topic
in Word 6.0 online Help. (To open this Help topic, choose the Help button
on the Standard toolbar, then choose Save All from the File menu.)
This Help topic contains the following statement, which is not true for
Word 6.0:
Word asks you to confirm that you want to save each open document before saving it.Word 6.0 does not ask you to confirm that you want to save any open document that has already been saved.
If you want Word 6.0 to ask you to confirm that you want to save each open
document when you choose Save All from the File menu, create the following
global FileSaveAll macro:
WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN
RISK. Microsoft provides this macro code "as is" without warranty of any
kind, either express or implied, including but not limited to the implied
warranties of merchantability and/or fitness for a particular purpose.
Sub Main
FileSaveAll 0, 2
End Sub
Additional query words: 6.0 winword macword word6 docerr prompts wrong
Keywords : kbmacro
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |