{"id":76,"date":"2008-11-13T18:27:00","date_gmt":"2008-11-14T00:27:00","guid":{"rendered":"https:\/\/wheatontech.com\/?p=76"},"modified":"2021-03-24T14:21:52","modified_gmt":"2021-03-24T19:21:52","slug":"paste-plain-text-into-microsoft-word","status":"publish","type":"post","link":"https:\/\/wheatontech.com\/index.php\/2008\/11\/13\/paste-plain-text-into-microsoft-word\/","title":{"rendered":"Paste Plain Text into Microsoft Word"},"content":{"rendered":"\n<p>Do you copy text from one document or web-page and then paste it into Microsoft Word?<\/p>\n\n\n\n<p>Do you want the formatting to be the same as the rest of your Word document, or the same format as the document you copied?<\/p>\n\n\n\n<p>Most of the time, I prefer the pasted text to be in the format of the current document.&nbsp; If I need to alter the text, indent, bullet, etc\u2026I can do that later.<\/p>\n\n\n\n<p>It is rather easy to Paste Special\/Unformatted Text in Word.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>From either the Edit menu or the Home Ribbon, choose Paste Special<\/li><li>Choose Unformatted Text from the dialog box<\/li><li>Click OK.<\/li><\/ol>\n\n\n\n<p>For those of us who prefer to use&nbsp;<strong>Ctrl-V<\/strong>&nbsp;when we paste, that choice is not available.<\/p>\n\n\n\n<p>I read a tip many years ago about changing the function of the&nbsp;<strong>Ctrl-V<\/strong>&nbsp;shortcut keys to execute&nbsp;<strong>Paste Unformatted Text<\/strong>.<\/p>\n\n\n\n<p>In simple terms, you create a macro and assign it to Ctrl-V.&nbsp; Downside, if you want to paste including formatting, or another type of Paste Special, you will have to use the menu.<\/p>\n\n\n\n<p><strong>For Word 2007<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open a blank document<\/li><li>Navigate to the&nbsp;<strong>Developer Tab<\/strong>&nbsp;in the ribbon (did I tell you I cannot get used to the ribbon?) \u2013 If you do not have the&nbsp;<strong>Developer Tab<\/strong>&nbsp;on your ribbon, go to the bottom of this post for a tip.<\/li><li>Click the&nbsp;<strong>Record Macro<\/strong>&nbsp;button<\/li><li>Name your Macro, \u201c<strong>PasteUnformatted<\/strong>\u201d is a good one<\/li><li>Click the&nbsp;<strong>Keyboard<\/strong>&nbsp;button<\/li><li>Press&nbsp;<strong>Ctrl-V<\/strong>&nbsp;on your keyboard<\/li><li>Click the&nbsp;<strong>Assign<\/strong>&nbsp;button<\/li><li>Click the&nbsp;<strong>Close<\/strong>&nbsp;button<\/li><li>The Macro Recorder is running, but since Word 2007 does not seem to record this macro correctly, click on the&nbsp;<strong>Stop Recording<\/strong>&nbsp;button<\/li><li>Click on the&nbsp;<strong>Macros<\/strong>&nbsp;button<\/li><li>Choose \u201c<strong>PasteUnformatted<\/strong>\u201d from the list and click on the&nbsp;<strong>Edit&nbsp;<\/strong>button<\/li><li>You will see the code for any macros in this document.&nbsp; Find the&nbsp;<strong>PasteUnformatted&nbsp;<\/strong>code.&nbsp; It should look like this:<br>Sub PasteUnformatted()<br>\u2018<br>\u2018 PasteUnformatted Macro<br>\u2018<br>End Sub<\/li><li>Add the line:<br>Selection.PasteSpecial DataType:=wdPasteText<br>so that it looks like this:<br>Sub PasteUnformatted()<br>\u2018<br>\u2018 PasteUnformatted Macro<br>\u2018<br>\u2018<br>Selection.PasteSpecial DataType:=wdPasteText<br>End Sub<\/li><li>Close the editor, it will save automatically<\/li><li>Test out your new keystrokes.<\/li><li>Copy some text from a web-page<\/li><li>Navigate to Word 2007<\/li><li>Paste using the&nbsp;<strong>Ctrl-V<\/strong>&nbsp;keys then try using the button in the ribbon.<\/li><li>They should be different, unless the web-page was formatted exactly like your Word document.<\/li><\/ol>\n\n\n\n<p><strong>For Word 2003 \u2013 the process is very similar<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open a blank document<\/li><li>Choose Tools\/Macro\/Record New Macro from the menu.<br>Name your Macro, \u201cPasteUnformatted\u201d is a good one<\/li><li>Click the Keyboard button<\/li><li>Press&nbsp;<strong>Ctrl-V<\/strong>&nbsp;on your keyboard<\/li><li>Click the&nbsp;<strong>Assign&nbsp;<\/strong>button<\/li><li>Click the&nbsp;<strong>Close&nbsp;<\/strong>button<\/li><li>The Macro Recorder is running, but since Word 2003 does not seem to record this macro correctly, click on the&nbsp;<strong>Stop Recording<\/strong>&nbsp;button or choose Tools\/Macro\/Stop Recording from the menu<\/li><li>Choose Tools\/Macro\/Macros from the menu<\/li><li>Choose \u201cPasteUnformatted\u201d from the list and click on the&nbsp;<strong>Edit&nbsp;<\/strong>button<\/li><li>You will see the code for any macros in this document.&nbsp; Find the PasteUnformatted code.&nbsp; It should look like this:<br>Sub PasteUnformatted()<br>\u2018<br>\u2018 PasteUnformatted Macro<br>\u2018<br>\u2018<br>End Sub<\/li><li>Add the line:<br>Selection.PasteSpecial DataType:=wdPasteText<br>so that it looks like this:<br>Sub PasteUnformatted()<br>\u2018<br>\u2018 PasteUnformatted Macro<br>\u2018<br>\u2018<br>Selection.PasteSpecial DataType:=wdPasteText<br>End Sub<\/li><li>Close the editor, it will save automatically<\/li><li>Test out your new keystrokes.<\/li><li>Copy some text from a web-page<\/li><li>Navigate to Word 2003<\/li><li>Paste using the&nbsp;<strong>Ctrl-V<\/strong>&nbsp;keys then try using the button in the ribbon.<\/li><li>They should be different, unless the web-page was formatted exactly like your Word document.<\/li><\/ol>\n\n\n\n<p>That is all there is to it.&nbsp; It is quite a few steps, but in about 5 minutes you can save yourself lots of time later.&nbsp; Let me know how it works for you!<\/p>\n\n\n\n<p>\u2014\u2014\u2014-<\/p>\n\n\n\n<p><strong>How-To-Show-The-Developer-Tab-In-Word-2007<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Click on the&nbsp;<strong>Office Button<\/strong><\/li><li>Click on the&nbsp;<strong>Word Options<\/strong>&nbsp;button<\/li><li>Choose&nbsp;<strong>Popular<\/strong><\/li><li>There should be a check box next to \u201cShow Developer Tab in the Ribbon\u201d \u2014&nbsp;<strong>Check that box<\/strong>.<\/li><li>Click&nbsp;<strong>OK<\/strong><\/li><li>The Developer tab should be in your Ribbon now.<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Do you copy text from one document or web-page and then paste it into Microsoft Word? Do you want the formatting to be the same as the rest of your Word document, or the same format as the document you copied? Most of the time, I prefer the pasted text to be in the format &#8230; <a title=\"Paste Plain Text into Microsoft Word\" class=\"read-more\" href=\"https:\/\/wheatontech.com\/index.php\/2008\/11\/13\/paste-plain-text-into-microsoft-word\/\" aria-label=\"Read more about Paste Plain Text into Microsoft Word\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-76","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/posts\/76","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/comments?post=76"}],"version-history":[{"count":1,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/posts\/76\/revisions"}],"predecessor-version":[{"id":77,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/posts\/76\/revisions\/77"}],"wp:attachment":[{"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/media?parent=76"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/categories?post=76"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wheatontech.com\/index.php\/wp-json\/wp\/v2\/tags?post=76"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}