Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / January 2006

Tip: Looking for answers? Try searching our database.

howto paste unformatted text automatically

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Abraham Andres Luna - 19 Jan 2006 19:13 GMT
hello everyone,

if i copy text in the web browser and then paste in word using ctrl+v then
the text is formatted to match the styling in the browser. in order to paste
the text without formatting i have to hit paste special and then choose
unformatted text. this is slowing me down alot, is there a way to set
unformatted text as the default paste method?

ty
garfield-n-odie - 19 Jan 2006 20:33 GMT
No, but you can create a macro that pastes as unformatted text:

Sub PasteUnfText()
    On Error GoTo oops
    Selection.PasteSpecial DataType:=wdPasteText
    End
oops:
Beep
End Sub

and then assign the macro to a toolbar button or a keyboard
shortcut to make it easy to run.  See:
http://www.gmayor.com/installing_macro.htm
http://word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToToolbar.htm
http://word.mvps.org/FAQs/Customization/AsgnCmdOrMacroToHotkey.htm .

> hello everyone,
>
[quoted text clipped - 5 lines]
>
> ty
Graham Mayor - 20 Jan 2006 06:11 GMT
And you could re-assign CTRL+V to call that macro (though frankly I would
just add it to a custom toolbar).

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> No, but you can create a macro that pastes as unformatted text:
>
[quoted text clipped - 20 lines]
>> down alot, is there a way to set unformatted text as the default
>> paste method? ty
Abraham Andres Luna - 20 Jan 2006 13:26 GMT
thank you so much for your answer, it works perfectly :)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.