ID: Q132506
The information in this article applies to:
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.
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.
KBCategory: kbusage kbmacro KBSubcategory: Additional reference words: 6.0 6.0a 6.0c winword word6
Version : 6.0 6.0a 6.0c
Platform : WINDOWS
Last Reviewed: February 5, 1998