There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Business Applications
Tag Cloud
audio blue screen boot bsod computer connection crash dell drivers dvd email error excel firefox freeze graphics hard drive harddrive hardware hijackthis install internet itunes keyboard laptop malware monitor motherboard network outlook outlook 2007 problem registry cleaner registry cleaners router screen slow sound trojan upgrade usb video virus vista windows windows 7 windows vista windows xp wireless word
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Business Applications >
MS Word: want to Paste Unformatted Text by default

Tip: Click Here to Update All Your PC's Outdated Drivers
[ Sponsored Link ]

Closed Thread
 
Thread Tools
roesing's Avatar
Junior Member with 15 posts.
 
Join Date: Jan 2000
Location: Zagreb, Croatia
27-Jan-2000, 04:02 AM #1
Question 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
Anne Troy's Avatar
Computer Specs
Administrator with 11,743 posts.
 
Join Date: Feb 1999
Location: Allentown, PA
Experience: Microsoft Word MVP
27-Jan-2000, 08:37 PM #2
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
Closed Thread Bookmark and Share

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.


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.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 09:57 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Powered by Cermak Technologies, Inc.