Where is "ignore rule" in Word 2013?

Anonymous
2013-03-04T16:57:23+00:00

I cannot find "Ignore rule" in grammar and spelling check for Word 2013. Further, I cannot find any documentation that indicates it exists in this edition of Word.

Did Microsoft get rid of this awesome feature? How is that possible?

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
2014-01-20T04:01:09+00:00

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?

30+ people found this answer helpful.
0 comments No comments

60 additional answers

Sort by: Oldest
  1. Anonymous
    2013-06-29T11:00:55+00:00

    Wow!!! I can't believe they took the "ignore all" feature away.  I'm a writer and I use line breaks without capitalizing everything that starts in the left hand margin. It's insane to ask me to ignore the start of each line individually. I'm glad I'm on a 30 day trial of Word 2013. I will not be buying it; much happier with 2007 version. P.S.  I wish I had Windows 7 back too, I think 8 is terrible.

    Was this answer helpful?

    0 comments No comments
  2. Suzanne S Barnhill 279.4K Reputation points MVP Volunteer Moderator
    2013-06-29T15:06:46+00:00

    If you are really using line breaks (Shift+Enter) as opposed to paragraph breaks (Enter), Word should not be flagging the lowercase words at the beginning of the line.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-06-29T19:54:46+00:00

    The problem with Shift+Enter is that it snags when creating ePub or Mobi or even some Pdfs from word documents. It will jack up your document in some epub creators (Smashwords for example).

    Again, clearly Microsoft doesn't make this software for writing professionals.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-06-29T19:56:41+00:00

    Yes, it's ridiculous. Word 2013 is designed for people who are NOT writing professionals. And you're right, it is insane to ask you to mark every single line - just like it's insane for me to ignore every single Chicago Manual designed ellipsis. 

    Word 2013 is clearly designed for amateurs. Gratefully, there are better programs out now.

    Was this answer helpful?

    0 comments No comments