Checking style in proofing in Word 2016

Anonymous
2015-09-25T02:30:46+00:00

What happened to being able to check style in Word 2016 when proofing (number of spaces after a sentence, contractions, hyphenated words, etc.)??

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2017-03-15T13:09:13+00:00

Those Style Options in Editor which were also part of earlier Office versions (e.g. Passive Voice) are now available for Office 2016 Click-to-Run perpetual users in Office build 16.0.7870.2020 and newer builds. New Grammar and Style options and other ongoing enhancements to the experience, will continue to be exclusively offered through an Office 365 subscription. 

The "Grammar & More" Writing Style is not available in the drop down yet. To enable the Style Options in Word, go to File -> Options -> Proofing and click on the "Settings…" button next to the Writing Style drop down "Grammar". The Grammar Settings window will pop up where you can customize the checks. You will first see the available Grammar Options and when you scroll down, you will see the Style Options starting with Options for "Clarity & Conciseness".

Just check the checkbox next to the Options you'd like to enable.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2016-10-05T10:36:32+00:00

Hi

I can finally announce that the update is now available to all Office for Windows subscription users.

Apologies for the delay. The monthly updates always contain several new features or improvements and delays can unfortunately occur for many different reasons.

The English Style options are now available to all Windows Word and Outlook subscription users with Office build 16.0.7369.2024 or newer.

Office for Mac subscription Insiders Fast users are scheduled to receive the update with build 15.28.0.161004 or newer.

We appreciate your feedback. Please let us know if you see false flags (= incorrect flags/unexpected flags), missed flags or incorrect suggestions.

The Writing Style “Grammar & more” is now on by default. All Grammar Options and the two new Options “Wordiness” and “Nominalizations” are enabled. If you like to enable more Style Options, follow these steps:

In Word 2016:

  1. Go to "File" -> "Options" -> "Proofing"
  2. If the Writing Style is not "Grammar & more", please change to "Grammar & more" using the drop down.
  3. Click on “Settings”

  1. Only two Options ("Wordiness, Nominalizations") are enabled by default. You can enable more Options by ticking the checkbox next to them:

 

To enable the feature in Outlook, please do the following:

In Outlook 2016:

  1. From a popped-out mail window, go to "File" -> "Options" -> "Mail". (Don't do this from the main Outlook window.)
  2. Click on "Spelling and Autocorrect…" in the section "Compose messages". You'll be taken to the "Proofing" tab of the "Editor Options" dialog.
  3. If the Writing Style is not "Grammar & more", please change to "Grammar & more" using the drop down.
  4. Check the checkbox next to "Mark grammar errors as you type" in the "When correcting spelling in Outlook" section.

  1. To enable more Style Options, please follow steps 3.) and 4.) described for Word above.

We've also included many bug fixes in this update.

We're working on improving the Grammar Checker further and will release more Options in the coming months.

Thanks, Nicole

Was this answer helpful?

0 comments No comments

658 additional answers

Sort by: Newest
  1. Anonymous
    2016-07-29T01:26:38+00:00

    Thanks Roberta. 

    I find it is no surprise that the old dialog is still embedded. Even 10 years later the ribbon is still just a new shell on top of the menu.  But it should not require a user macro to resurrect. There should be a built in commands for it and all of the other hidden dialogs so that we can use the "customize" option to add them to the QAT.  Or there should be easy to find documentation identifying the dialog names.

    Yes, I know we can add macros to the QAT.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-07-29T00:52:35+00:00

    Here is an easy fix to access ignore all.  Hope this helps.

    WORK AROUND TO ACCESS "IGNORE RULE" FEATURE:

    Hi, I was having the same problem, but someone in this thread suggested the feature had not been removed (as it wasn't in a list of removed features), but simply "missed" in the new UI.

    This made me wonder if perhaps there was a way to use VBA to create a macro that would directly access the "ignore rule" button.

    It didn't take me long to discover that Word 2013 actually contains the "old-style" spelling and grammar check UI, complete with the "ignore rule" option, still working but not normally accessible.

    If you are a VBA beginner the following are detailed instructions:

    In word, hit Alt+F11 to open VBA

    Right click on "Normal" in the left hand side project pane, and select "Insert" and "Module"

    Right click on the module you've selected and select "View Code"

    In the right-hand side window, paste the following:

    Sub OldStyleSpellcheck() '' OldStyleSpellcheck Macro'' This macro open the old (2010) style Spelling and Grammar window        Application.Dialogs(wdDialogToolsSpellingAndGrammar).Show   End Sub

    Now close VBA

    If you want a quick way to access this macro, in Word go to "File", "Options" and select "Quick Access Toolbar". Under the drop-down menu "Choose commands from" select "Macros" and you should see the Normal.Module.OldStyleSpellCheck. Select it and click the "Add > >" button to move it to your toolbar. You can use the "Modify" button to change it's appearance.

    After hitting OK you'll see the icon for this macro along the top of word in the Quick Access Toolbar. You can click this instead of the usual spell check button and it will run the "old style" word spell check window, allowing you to select "ignore rule" as you always could!

    Would be nice if Microsoft incorporated this feature into the new UI instead of required such a rigmarole to get to it.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-07-29T00:50:57+00:00

    We also need IGNORE ALL to come back please, pretty please.

    Yes, I'll vote for a return of Ignore All.

    Here is a very easy fix to get ignore all back.  Hope it helps.

    WORK AROUND TO ACCESS "IGNORE RULE" FEATURE:

    Hi, I was having the same problem, but someone in this thread suggested the feature had not been removed (as it wasn't in a list of removed features), but simply "missed" in the new UI.

    This made me wonder if perhaps there was a way to use VBA to create a macro that would directly access the "ignore rule" button.

    It didn't take me long to discover that Word 2013 actually contains the "old-style" spelling and grammar check UI, complete with the "ignore rule" option, still working but not normally accessible.

    If you are a VBA beginner the following are detailed instructions:

    In word, hit Alt+F11 to open VBA

    Right click on "Normal" in the left hand side project pane, and select "Insert" and "Module"

    Right click on the module you've selected and select "View Code"

    In the right-hand side window, paste the following:

    Sub OldStyleSpellcheck() '' OldStyleSpellcheck Macro'' This macro open the old (2010) style Spelling and Grammar window        Application.Dialogs(wdDialogToolsSpellingAndGrammar).Show   End Sub

    Now close VBA

    If you want a quick way to access this macro, in Word go to "File", "Options" and select "Quick Access Toolbar". Under the drop-down menu "Choose commands from" select "Macros" and you should see the Normal.Module.OldStyleSpellCheck. Select it and click the "Add > >" button to move it to your toolbar. You can use the "Modify" button to change it's appearance.

    After hitting OK you'll see the icon for this macro along the top of word in the Quick Access Toolbar. You can click this instead of the usual spell check button and it will run the "old style" word spell check window, allowing you to select "ignore rule" as you always could!

    Would be nice if Microsoft incorporated this feature into the new UI instead of required such a rigmarole to get to it.

    Was this answer helpful?

    0 comments No comments