Items under Tools/Options/Save Not Retained Between Documents

Q132506


The information in this article applies to:


SUMMARY

The following settings are not retained between Word documents or Word sessions:


MORE INFORMATION

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.

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.

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.