View Single Post
 
Old 11-13-2016, 03:20 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

I guess it's possible Word 2016 has the option somewhere else. Here's a workaround:
• Press Alt-F11 to open up Word's VB Editor
• Paste the following line into the main window -
Sub SetDiacritics(): Options.UseDiffDiacColor = False: End Sub
• Press F5
• Press Alt-F11 to return to the document. Hopefully, your diacritics will now display normally.

Note: when you close the document, Word will warn about the presence of a macro. Ignore the warning and save normally, which will delete the above code but leave the updated settings intact.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote