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 / Programming / February 2008

Tip: Looking for answers? Try searching our database.

About the unformatted paste

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
HSBCwilliam - 15 Feb 2008 11:06 GMT
Can the "paste--paste special--unformatted paste" operation be excuted only
by a single shortcut key combination? Any macro or other programe for this?
Graham Mayor - 15 Feb 2008 11:11 GMT
Sub PasteUnfText()
   On Error GoTo oops
   Selection.PasteSpecial _
   DataType:=wdPasteText, _
   Placement:=wdInLine
   End
oops:
Beep
End Sub

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

Signature

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

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

> Can the "paste--paste special--unformatted paste" operation be
> excuted only by a single shortcut key combination? Any macro or other
> programe for this?
HSBCwilliam - 18 Feb 2008 03:16 GMT
Omg, what can I say, it works perfectly, u really deserve the Word MVP title.

> Sub PasteUnfText()
>     On Error GoTo oops
[quoted text clipped - 11 lines]
> > excuted only by a single shortcut key combination? Any macro or other
> > programe for this?
 
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.