The house style guide in Beth's company mandates that contractions be avoided within prose. She wonders if there is a setting within Word or some way that she can easily find contractions. She can't just search for apostrophes, as they could be used in possessives.
There is no easy way to do this in Word. And I agree with Beth—it is tedious to search for all the apostrophes and manually evaluate each one. That, however, may be the best way to handle the situation.
As Beth notes, an apostrophe can be used in a contraction and to indicate a possessive. If Beth's style guide is like many that I've seen, there are probably rules relating to how possessives need to be handled, so it isn't a matter of ignoring possessives, but also finding those and making sure they are handled correctly.
It is possible to create a macro that would go through a document and find common contractions such as don't, doesn't, won't, you're, and so on. Once found, these could be replaced with their full form (do not, does not, will not, you are, and so on). This might seem to be a timesaver, but it can create a much bigger problem if the contractions are within quoted material. After the macro, the quotes would no longer be accurate.
Of course, the macro could simply mark all the common contractions using yellow highlighting, which would allow you to check each highlighted occurrence and determine if a change should be made. This doesn't seem to provide any benefit, however, as every apostrophe will still need to be checked—both the marked, common contractions and the left-over apostrophes used in uncommon contractions or possessives.
To find apostrophes and do your checking, rely on using Find and Replace. If you do a wild card search, you can use this pattern in the Find What box:
[A-z]{1,}[''][A-z]{1,}
This will find 1 or more letters followed by an apostrophe followed by 1 or more letters. I'm not sure if it is clear in the above pattern line or not, but there are two types of apostrophes included between the square brackets in the middle of the pattern. The first is a straight apostrophe and the other is a smart (curly) apostrophe. This will catch both straight-quote and curly-quote apostrophes that may be in the document. You may need to copy the two different apostrophes from elsewhere and then paste them in.
Alternatively, you can use the following pattern in the Find What box, using caret codes for the straight and curly quotes:
[A-z]{1,}[^039^0146][A-z]{1,}
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13584) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365.
Discover the Power of Microsoft Office This beginner-friendly guide reveals the expert tips and strategies you need to skyrocket your productivity and use Office 365 like a pro. Mastering software like Word, Excel, and PowerPoint is essential to be more efficient and advance your career. Simple lessons guide you through every step, providing the knowledge you need to get started. Check out Microsoft Office 365 For Beginners today!
When editing a document that contains footnotes, you may want to perform a Find and Replace operation that is limited to ...
Discover MoreWord allows you to format text so it can be easily hidden from view and from printing. If you want to convert the hidden ...
Discover MoreSearching for different types of words in your documents is a nice thing to contemplate, but it is much harder to do in ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2026-07-04 09:49:15
Barbie
I would not suggest doing a straight find and replace, as some contractions, when "split up," require rewording the sentence. "Don't you?" is correctly "Do you not?" not "Do not you?"
I believe there is a grammar setting that will flag at least some contractions.
2026-07-04 09:32:04
Beepee
I don't know a lot about the Exclusion dictionary but, is it not easier to add all contractions to this dictionary, IF they really are NEVER to be accepted in documents. That way typing, or copying & pasting they will always get flagged as 'wrong' words?
See: https://wordribbon.tips.net/T008695_Creating_a_Spelling_Exclusion_List.html
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2026 Sharon Parq Associates, Inc.
Comments