Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Dealing with Run-On Sentences.
Written by Allen Wyatt (last updated January 5, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365
Mia often edits documents containing run-on sentences. Invariably these are two sentences that are currently joined by a comma. Mia wants to replace the comma with a period and then capitalize the first letter of the next word. Doing this manually gets repetitive and time-consuming, so she would like to create a macro and a keyboard shortcut to handle the process.
You could actually record a macro to handle this type of edit. Put your insertion point to the left of the comma and start the macro recorder. You can then perform these steps:
You can now stop the macro recorder. The macro could be assigned to a shortcut key or added to the Quick Access Toolbar. If you examine the macro, you will find that it looks similar to the following:
Sub FixRunOn() Selection.MoveRight Unit:=wdCharacter, _ Count:=1, Extend:=wdExtend Selection.TypeText Text:="." Selection.MoveRight Unit:=wdCharacter, _ Count:=1 Selection.MoveRight Unit:=wdCharacter, _ Count:=1, Extend:=wdExtend Selection.Range.Case = wdUpperCase End Sub
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10558) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Dealing with Run-On Sentences.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2013. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word 2013 Step by Step today!
By default, dashes don't "stick" to the text that follows them. Here's one way around this normal formatting convention.
Discover MoreThere are numerous ways you can delete paragraphs as you are editing your document. This tip looks at a couple of the ...
Discover MoreA common editing task is to transpose two adjacent words, so that their order is changed. While the task is common, there ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-02-25 14:19:41
Malcolm Patterson
Step 6 can also be performed by pressing SHIFT+F3, which toggles the case of selected text from lowercase to initial cap to all caps and back to lowercase. If text is not selected but the cursor is within a word, then that word's case changes. (I generally prefer a key combination to a mouse click.)
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 © 2024 Sharon Parq Associates, Inc.
Comments