Microsoft Word For Mac Missing Spelling Errors
Another functionality present in Microsoft Word is to stop checking the spelling or grammar for several words. Through this, you can ensure that a specific miss-spelling is not detected by the word editor. This is useful for numerous users as there is always such a word they choose to ignore. 2019-5-19 T his Microsoft Word Help & Microsoft Word Tips page provides a simple yet useful VBA procedure compiling a list of spelling errors. Spelling errors can be shown marked with a wavy red underline in a Word document. Several users have asked if there was a way to list all of the spelling errors in a document.
The Anchorage
Personal website of Gregory K. Maxey, Commander USN (Retired)
Do you have ad-blocking software enabled? While I respect your right to do so, your donations and the minimal advertisements on this site help to defray internet and other costs of providing this content. Please consider excluding this website from blocking or turning off the blocker while browsing this site.
DISCLAIMER/TERMS OF USE
The information, illustrations and code contained in my 'Microsoft Word Tips' are provided free and without risk or obligation.

However, the work is mine. If you use it for commercial purposes or benefit from my efforts through income earned or time saved then a donation, however small, will help to ensure the continued availability of this resource.
If you would like to donate, please use the appropriate donate button to access PayPal. Thank you!
This Microsoft Word Help & Microsoft Word Tips page provides a simple yet useful VBA procedure compiling a list of spelling errors.
Spelling errors can be shown marked with a wavy red underline in a Word document. Several users have asked if there was a way to list all of the spelling errors in a document. The macro that follows provides a means to list all misspellings in a document sorted alphabetically or by frequency of the misspelling.
To use the macro you first need to create a Project module and Class module.
- Open the Visual Basic Editor with ALT+F11.
- Use the Insert menu to create a new Project module and Class module.
- Rename the Class module 'clsError.'
- You can use any name you like for the Project module. I have created a project module named 'List Spelling Errors' in my Normal project.
Copy the following code into the class module:
Copy the following code to the project module:
See: Installing Macros for instructions on how to set up and use the macros provided in this Microsoft Word Help & Microsoft Word Tips page.
Here is a small sample of text with some rather obvious spelling errors.
When you run the macro, a message box is displayed asking you if you want to display the results in frequency order (default) or alphabetically.
The result is displayed in a table appended section at the end of the document. Here is a screen shot of the results generated for the sample text above
That's it! I hope you have found this tips page useful and informative. You can download the demonstration document used to create this tips page here: Spelling Error Report
PAYMENTS/DONATIONS
Do you want to make a payment for consulting work or donate to help support this site?
PayPal is a safe, easy way to pay online.

Use the appropriate currency 'Donate' button to make a payment or donation.
Search my site or the web using Google Search Engine
-->Note
Office 365 ProPlus is being renamed to Microsoft 365 Apps for enterprise. For more information about this change, read this blog post.
Important
This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, see Windows registry information for advanced users.
Introduction
This article describes how to customize the color of the spelling and grammar checker underlines in Microsoft Word 2007 and later. These underlines indicate the following items:
- Spelling errors
- Grammar errors
- Contextual spelling errors
- Smart tags
More Information
Warning
Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To change the color of the wavy underline that indicates spelling errors, follow these steps:
Click Start, click Run, type regedit, and then click OK.
Locate and then click the following registry subkey:
HKEY_CURRENT_USERSoftwareMicrosoftShared ToolsProofing Tools
If the SpellingWavyUnderlineColor entry exists, go to step 6.
Office 365 customers get the new Office for Mac first. You’ll have Office applications on your Mac or PC, apps on tablets and smartphones for when you're on the. Mar 14, 2017 Lists the updates for Microsoft Office that were released on. 2013 Skype for Business 2015 Microsoft Visio 2013 Service Pack 1 Word 2013 Microsoft Office 2010 Service Pack 2 Excel 2010 Microsoft Word 2010 Microsoft Office Excel 2007. March 14, 2017 (KB4012487) Office for Mac 2011 14.7.2: MS17-014: Description of the security update for. Microsoft. Microsoft office 2017 free download iso Expert. Microsoft office 2017 download free ISO 2017 provides all the good old features like Word, Excel, PowerPoint and Access. This is one of the next generation of business applications and will be Office Online.
If the SpellingWavyUnderlineColor entry does not exist, go to step 4.
On the Edit menu, point to New, and then click DWORD Value.
In the right pane, type SpellingWavyUnderlineColor. This is the name of the new entry.
In the right pane, double-click SpellingWavyUnderlineColor.
In the Edit DWORD Value dialog box, click Hexadecimal.
In the Value data box, type the hexadecimal number that represents the color that you want to use, and then click OK.
Repeat steps 3 to 8 to change the underline color for other proofing tools. Use the registry entry that corresponds to the underline color of the proofing tool that you want to change instead of the SpellingWavyUnderlineColor registry entry, as follows:
- To change the color of the wavy underline that indicates grammar errors, use the GrammarWavyUnderlineColor registry entry.
- To change the color of the wavy underline that indicates contextual spelling errors, use the ContextualSpellingWavyUnderlineColor registry entry.
- To change the color of the dotted underline that indicates smart tags, use the SmartTagUnderlineColor registry entry.
Exit Registry Editor, and then restart your computer.
The registry uses eight-digit hexadecimal values to define colors. The values for some common colors are indicated in the following table.
Microsoft Word For Mac Missing Spelling Errors Free
Color | Red | Green | Blue | Registry Value |
---|---|---|---|---|
White | 255 | 255 | 255 | 00FFFFFF |
Black | 0 | 0 | 0 | 00000000 |
Red | 255 | 0 | 0 | 00FF0000 |
Green | 0 | 255 | 0 | 0000FF00 |
Blue | 0 | 0 | 255 | 000000FF |
Cyan | 0 | 255 | 255 | 0000FFFF |
Magenta | 255 | 0 | 255 | 00FF00FF |
Yellow | 255 | 255 | 0 | 00FFFF00 |
Dark Gray | 127 | 127 | 127 | 007F7F7F |
Light Gray | 191 | 191 | 191 | 00BFBFBF |
Dark Red | 127 | 0 | 0 | 007F0000 |
Dark Green | 0 | 127 | 0 | 00007F00 |
Dark Blue | 0 | 0 | 127 | 0000007F |
Teal | 0 | 127 | 127 | 00007F7F |
Purple | 127 | 0 | 127 | 007F007F |
Tan | 127 | 127 | 0 | 007F7F00 |