OptimizeForWord97byDefault Property Example
This example sets Word to disable all formatting in new documents that’s incompatible with Word 97, and then it creates a new document whose OptimizeForWord97 property is automatically set to True.
Options.OptimizeForWord97byDefault = True
MsgBox Documents.Add(DocumentType:=wdNewBlankDocument) _
.OptimizeForWord97