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 / Long Documents / April 2004

Tip: Looking for answers? Try searching our database.

How to paste unformatted text?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dario de Judicibus - 21 Apr 2004 11:18 GMT
90% times I have to paste text inside a Word document from other sources
and/or Word documents I *have* to paste it as Unformatted Text or
Unformatted Unicode Text. To do that I have to go to Paste Special and
select the corresponding format. A significant waste of time. Furthermore
there is no way to do that by using a shortcut, since in the best of cases I
can associate a shortcut to Paste Special, not to Paste Unformatted Text.

Any solution?

DdJ
Stefan Blom - 21 Apr 2004 11:32 GMT
Try a macro such as the following, which I simply created by using the
macro recorder:

Sub PasteAsUnformattedText()
   On Error Resume Next
   Selection.PasteSpecial Link:=False, _
       DataType:=wdPasteText, Placement:= _
           wdInLine, DisplayAsIcon:=False
End Sub

Signature

Stefan Blom

> 90% times I have to paste text inside a Word document from other sources
> and/or Word documents I *have* to paste it as Unformatted Text or
[quoted text clipped - 6 lines]
>
> DdJ
Stefan Blom - 21 Apr 2004 11:45 GMT
Just to be clear, I'd like to add that the "On Error Resume Next" part
cannot be recorded; it must be added manually.

If you need help on installing the macro, please see:

http://www.gmayor.com/installing_macro.htm

Signature

Stefan Blom

> Try a macro such as the following, which I simply created by using the
> macro recorder:
[quoted text clipped - 21 lines]
> >
> > DdJ
Dario de Judicibus - 21 Apr 2004 19:27 GMT
Stefan, thank you very much for useful macro and url. You solved my problem.

DdJ
Stefan Blom - 22 Apr 2004 07:17 GMT
You're welcome.

Signature

Stefan Blom

> Stefan, thank you very much for useful macro and url. You solved my problem.
>
> DdJ
 
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.