Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and 2021. 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: Sticking with the Dashes.

Sticking with the Dashes

Written by Allen Wyatt (last updated July 29, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021


3

As discussed in other issues of WordTips, en dashes and em dashes are "sticky" with the word that they follow and cannot be made sticky with the word that follows the dash. Thus, if you have two words separated by an em dash, and the combination appears near the end of a line, Word will wrap from one line to the next right after the em dash; you cannot force Word to keep both words and their connecting dash on the same line.

There is one workaround you can use, however. Let's assume that you have two words (first and second) separated by an em dash, as in first—second. If you want these to always be together, follow these steps:

  1. Select the two words and the em dash.
  2. Press Ctrl+X to cut the text from the document and place it on the Clipboard.
  3. Press Ctrl+F9. Word inserts a set of field braces at the insertion point.
  4. Press Backspace and then Delete (or Delete and then Backspace) to get rid of the two spaces automatically inserted between the field braces.
  5. Type EQ followed by a space.
  6. Press Ctrl+V. Word pastes the two words separated by the em dash.
  7. Press Alt+F9 to display the results of the field.

The result is that the field now shows your two words separated by an em dash. The results of the field always appear on a single line, so the words and their dash will always be together. This approach works regardless of the type of dash between the two words.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (9488) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Word here: Sticking with the Dashes.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Automatically Formatting an ASCII File

Import a file from a source external to Word, and you can end up with a formatting nightmare. One big step is to remove ...

Discover More

Pausing Macros for User Input

Does your macro need to get some input from a user? Here are the ways that Excel provides for that input to be solicited.

Discover More

Protecting Macros in a Corporate Environment

When you use a computer at work, that computer may be subject to periodic updating or replacement. If you want to protect ...

Discover More

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!

More WordTips (ribbon)

Jumping to a Specific Page

Want to jump to a particular page in your document? Word makes it easy; just pull up the Go To tab of the Find and ...

Discover More

Easily Changing Username and Initials

Word uses usernames and initials to mark changes made while Track Changes is turned on. If you want to change those ...

Discover More

Moving Breaks Quickly

Breaks in a document can be easily moved from one place to another using familiar editing techniques. The trick is to ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is five more than 2?

2024-07-29 08:32:36

Barry

Yet another thank-you to Allen and his Word.tips.
This one has obviously been available for a while now, and no mention in these comments that step 7 dos not work (for me anyway). Instead of Alt+F9 I have to use Shift+F9 to get the properly displayed text! I am using Windows 11, Office 2019 on an Asus laptop - maybe it matters?
Anyway someone may find this helpful.


2020-11-23 13:19:31

Jeanie Woodruff

@Susan,

That's a great tip. I made up a quick macro to insert the no-width non break character before and after any one character that follows the cursor. I assigned it to my Quick Access tool bar for, you know, quick access.

Sub NoBreak()
'
' NoBreak Macro
' Adds no-width/non-break character before and after a character to prevent the line from breaking on either side of the character.
'
Selection.InsertSymbol CharacterNumber:=8205, Unicode:=True, Bias:=0
Selection.MoveRight Unit:=wdCharacter, Count:=1
Selection.InsertSymbol CharacterNumber:=8205, Unicode:=True, Bias:=0
End Sub


2020-09-19 14:09:15

Susan

Another option is to take advantage of the “No-Width Non Break” found by navigating to Insert > Symbol > More Symbols, Special Characters tab. There is no assigned shortcut key. This special character is a nonprinting formatting mark, so activate Show/Hide (Ctrl-*) if necessary.

[nb] = No-Width Non Break

first[nb]—[nb]second


This Site

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.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.