Items under Tools/Options/Save Not Retained Between Documents |
Q132506
The following settings are not retained between Word documents or Word
sessions:
To enable all three of these settings each time you start Word, create an AutoExec macro that consists of the following instructions:
Sub MAIN
ToolsOptionsSave .NativePictureFormat = 1, .EmbedFonts = 1, .FormsData = 1
End Sub
This macro will run each time you start Word.
Additional query words: 6.0 winword word6
Keywords :
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |