Written by Allen Wyatt (last updated January 27, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365
When Maury presses F7, Word displays the Editor pane at the right side of the screen. He much prefers the older spelling and grammar checking that was previously used in Word. So, Maury wonders if there is a way to make F7 bypass the Editor and pull up the older method.
The only way is through the use of a macro. The following single-line macro will display the old Spelling and Grammar dialog box with which Maury is familiar:
Sub DoTraditionalSpellCheck()
Dialogs(wdDialogToolsSpellingAndGrammar).Show
End Sub
You can assign the macro to a shortcut key or add it to your Quick Access Toolbar.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10356) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
When Word flags a word as misspelled, you have some options of how to handle it. This tip explains those options and ...
Discover MoreThe rules of professional editing often require that editorial changes in a quote be noted with brackets. These brackets, ...
Discover MoreAs you type, Word is busy working in the background to determine if there are spelling and grammar errors in your prose. ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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 © 2025 Sharon Parq Associates, Inc.
Comments