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: Plain Text Pasting as the Default.

Plain Text Pasting as the Default

Written by Allen Wyatt (last updated July 11, 2020)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


2

When you paste information in a document from the Clipboard, there are generally several different ways that Word can paste it. If you do a Ctrl+C or a Ctrl+X to place information on the Clipboard, you can see the different ways that Word could paste the data by displaying the Paste Special dialog box. (Click the down-arrow under the Paste tool in the Clipboard group of the ribbon, then choose Paste Special.) (See Figure 1.)

Figure 1. The Paste Special dialog box.

Of course, when you press Ctrl+V to paste, Word must choose one of the available pasting methods to use in the actual paste operation. The method chosen by Word depends on the type of data you are pasting.

If you do a lot of pasting of text from other programs, you may want to make the default pasting method Unformatted Text, which means that the text is placed in the document with no formatting whatsoever. (The same as choosing Unformatted Text from the Paste Special dialog box.) There is no way to configure this in Word, but you can use a very, very simple macro to do the pasting for you:

Sub InsertAsPlainText()
    On Error GoTo F
    Selection.PasteSpecial Link:=False, DataType:=wdPasteText, _
      Placement:=wdInLine, DisplayAsIcon:=False
    Exit Sub
F: Beep
End Sub

You can assign this macro to a tool on the Quick Access Toolbar or you can assign it to a keyboard shortcut. In fact, you can assign it to the Ctrl+V shortcut, which means that it replaces the normal pasting behavior of Ctrl+V.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13144) 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: Plain Text Pasting as the Default.

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

Calculating Statistical Values on Different-Sized Subsets of Data

Discovering different ways to analyze your data can be a challenge. Here's how to work with arbitrary subsets of a large ...

Discover More

Displaying the Document Title Right Away

One of the properties that Word maintains for a document is a title. If you want this title displayed on the title bar ...

Discover More

Separating Names into Individual Columns

If you have a list of names in a column, and you want to separate those names into individual cells, there are several ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (ribbon)

Stepping through Sentences

Need to select an entire sentence at once? You can do so by creating a short macro that does the task for you, or you can ...

Discover More

Shortcut Key to Delete a Paragraph

There are numerous ways you can delete paragraphs as you are editing your document. This tip looks at a couple of the ...

Discover More

Displaying Spaces in a Document

Seeing where every space is within a document can be very helpful in polishing your editing. Here's how to make those ...

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 1 + 1?

2020-09-02 07:08:55

Richard Curtis

Why can't you use the Keep Text Only option from Word > Options > Advanced > Cut, copy & paste?


2020-07-14 21:22:59

Caran

Seems like it would have been simpler to add the button Paste and Keep Text Only to the QAT.


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.