View Single Post
 
Old 04-20-2013, 11:18 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Aug 2011
Posts: 4,005
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

This suggests that some of Word's registry entries are damaged. You could try deleting the entries and reset all the options that you then lose.

Alternatively, you can run the following pair of auto macros:

Code:
Sub AutoNew()
ActiveWindow.View.FieldShading = 1   'always
End Sub
 
Sub AutoOpen()
ActiveWindow.View.FieldShading = 1   'always
End Sub
Place the macros in your Normal template. See http://www.gmayor.com/installing_macro.htm.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote