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 / June 2004

Tip: Looking for answers? Try searching our database.

How to set the default in "paste special" from HTML to Unformatted Text?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
- 03 Jun 2004 02:51 GMT
Is is possible to set the default in "paste special" from
HTML to Unformatted Text?
Graham Mayor - 03 Jun 2004 07:20 GMT
> Is is possible to set the default in "paste special" from
> HTML to Unformatted Text?

Use a simple macro attached to a toolbar button or keyboard shortcut:

Sub PasteUnfText()
   On Error GoTo Oops
   Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
       wdInLine
   End
Oops:
Beep
End Sub

Signature

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

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

 
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.