 | Junior Member with 15 posts. | | Join Date: Jan 2000 Location: Zagreb, Croatia | | MS Word: want to Paste Unformatted Text by default When I copy and paste text in MS Word, the Paste command always pastes formatted text. I think, in the past 7 years or so that I've been using Word, I've never once wanted to keep the formatting on a block of text. For example, if I'm copying a few sentences from a document that's formatted in Times New Roman, 12 point, into my current document that's formatted in Tahoma, 11 point, I can't ever think of a time when I'd want to paste it formatted.
Can I change the default setting for Paste somewhere in Word, or thru a registry hack of some kind? I know I can use Paste Special, Unformatted Text, each time, but I'd rather be able to use a normal Paste for a change.
Thanks,
Rich
Sofia, Bulgaria | | Administrator with 11,758 posts. | | Join Date: Feb 1999 Location: Columbia, MD Experience: Microsoft Word MVP | | Hey, Rich.
Ever record a macro? Here's the code.
If you don't know how, do this.
Hit Tools-Macro-Record new macro. Give it a name and hit Toolbar, and put a button on your toolbar.
Then, do anything at all, like type something, then hit the stop recording button.
Hit Alt-F11 to get to the visual basic editor to see what you recorded. Whatever it recorded, just REPLACE with the code below.
Then, whenever you hit that button, it should paste whatever is on the clipboard as unformatted text.
Sub PasteUnformatted()
'
' Paste Unformatted Text Macro
' Macro recorded 1/27/00 by Dreamboat
'
Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _
wdInLine, DisplayAsIcon:=False
End Sub |  THIS THREAD HAS EXPIRED.
Are you having the same problem?
We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.
| | |
Smart Search
| Find your solution! | | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | |  WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
| You Are Using: |
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 05:56 AM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd. | |
|