Items under Tools/Options/Save Not Retained Between Documents

ID: Q132506


The information in this article applies to:
  • Microsoft Word for Windows, versions 6.0, 6.0a, 6.0c


SUMMARY

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

  • Save Native Picture Formats Only


  • Embed TrueType Fonts


  • Save Data Only for Forms



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 :
Version : WINDOWS:6.0,6.0a,6.0c
Platform : WINDOWS
Issue type :


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.