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 / Tables / October 2004

Tip: Looking for answers? Try searching our database.

Word should allow me to make "paste special" without formatting a.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jim - 04 Oct 2004 16:43 GMT
I frequently paste information from a web site into a word document.  I
always have to select edit, paste special and no formatting.  I would like to
make this the default paste setting.  The html format with all the tables and
J buttons is not very helpful to me.  If I want the html then I view the
source.
Graham Mayor - 04 Oct 2004 16:53 GMT
Add the following macro to normal dot and attach it to a toolbar button

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 http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> I frequently paste information from a web site into a word document.
> I always have to select edit, paste special and no formatting.  I
> would like to make this the default paste setting.  The html format
> with all the tables and J buttons is not very helpful to me.  If I
> want the html then I view the source.
 
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.