Disabling features introduced after MS Word 97

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to turn this feature off permanently? The default shows a tick
in the box. Or would I need to create the document as a template then save it
to remove the tick.

This feature is under Tools>Options>Save tab & down below.

Thanks, PS
 
The following line added to an autoopen macro in normal.dot will *check* the
box for each document you open.

ActiveDocument.OptimizeForWord97 = True

Change = True to = False to *uncheck* for each document.

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top