bottom
Great WordTips!
         
Your e-mail address is safe!
Close Note

Tips.Net > WordTips Home > Tools > Spelling and Grammar Checking > Limiting a Spelling Check

Limiting a Spelling Check

Summary: When you perform a spelling check, Word typically checks everything in your document. If you want to limit what is checked, the key is to understand how Word determines what should be checked and what shouldn’t. This tip examines how you can place limits on what is being checked. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)

Cathy routinely creates 1000+ page documents with table names and abbreviations that stop Word's spellchecker in its tracks. Checking the spelling of such huge documents is very time-consuming, and Cathy feels it would be much more efficient if she could skip certain sections of text in the document. She wondered if there is a way to make the spelling checker skip over sections of text and begin or resume its review at a spot that she can determine manually.

There are two things you can try. First of all, if your abbreviations are standardized in any manner, such that they are used in lots of your documents, just add the abbreviations to the custom dictionary used by the spelling checker. While this may take a while, it will mean much faster spell checking as your custom dictionary grows to be more representative of the types of documents you create.

The second thing to try is based on the reality that, in Word, "language" is a text attribute, like typeface or color. Word's spell checker determines how to check text based on the language in which the text has been formatted. Thus, if you have French and English in the same document, Word will check the whole document in one pass, switching language tools based on the language formatting applied to different parts of text.

If you don't want Word to check the spelling of certain text, it can be formatted as "No Proofing," which can be viewed as just another language designation for that text. To do this select the text, choose Tools | Language, and select the Do Not Check Spelling or Grammar checkbox. In Word 2007 you accomplish the same task by selecting the text, displaying the Review tab of the ribbon, clicking Set Language in the Proofing group, then choosing the Do Not Check Spelling checkbox.

If you want to turn off proofing for large sections of your document, you may want to define a paragraph style that has the proofing turned off. This style can then be easily applied to various paragraphs, as needed. For instance, you could have a style called Body Text, and then create a new style, based on Body Text, called Body Text NP. The only difference would be that the Body Text NP style would have proofing turned off. Once you were satisfied with the spelling and grammar in a paragraph, switch that paragraph's style to Body Text NP, and it won't be checked in the future.

If you prefer to use a macro to explicitly turn off proofing for a block of text, the following will work just fine. Select the text you want to format in this manner, and then run the macro.

Sub NoProofing()
    Selection.NoProofing = True
End Sub

The only possibly unpleasant artifact of turning off proofing for text is that Word's automatic hyphenation tool will not work for text formatting in that way.

Tip #432 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007


Step Up and Take Control! Subscribers to WordTips know just how valuable a resource it is. WordTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on WordTips archives and e-books.
 
Check out WordTips Premium today!

Helpful Links

Ask a Word Question
Make a Comment

Tips.Net Home
Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now

Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

 

Great Info!

Get tips like this every week in WordTips, a free productivity newsletter. Enter your e-mail address and click "Subscribe."
     
(Your e-mail address will never be shared with anyone, ever.)