Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
JRockford JRockford is offline
external usenet poster
 
Posts: 1
Default Edit | Paste Special option missing in Word 2002

However, on my other PCs, it is present and working fine.

That is problem 1.

The other one is a question regarding Word when the option does work.

Is there any way I can make Edit | Paste Special | Unformatted text the
default when I am copying text from the Internet into Word 2002? I use only
the Unformatted option, none of the others.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
John McGhie [MVP - Word and Word Macintosh] John McGhie [MVP - Word and Word Macintosh] is offline
external usenet poster
 
Posts: 506
Default Edit | Paste Special option missing in Word 2002

1: See he
http://word.mvps.org/faqs/customizat...oreMenuCmd.htm

2: Add this macro:

Sub PasteUnformatted()
On Error GoTo notAvailable

Selection.PasteSpecial Link:=False, DataType:=wdPasteText
' Selection.PasteSpecial Link:=False, DataType:=20
End

notAvailable:
Selection.Paste

End Sub

If you name that macro "EditPasteSpecial" it will replace the built-in
command. I wouldn't do that :-)

I usually assign the Insert key to that macro. Not only does it stop me
inadvertently wrecking my document by hitting the Insert key without
noticing it, but it gives me a one-key way to paste unformatted text while
leaving all the other options available if I need them.

When you paste that macro in, one of the lines will turn green. That means
it's been commented out.

Earlier versions of Word (and Mac Word) do not have the wdPasteText data
type defined. If the line above the green one turns red, that's what's
wrong. To fix it, move the apostrophe ( ' ) from the front of the green
line to the front of the red line :-)

Cheers

On 9/2/07 11:16 AM, in article
, "JRockford"
wrote:

However, on my other PCs, it is present and working fine.

That is problem 1.

The other one is a question regarding Word when the option does work.

Is there any way I can make Edit | Paste Special | Unformatted text the
default when I am copying text from the Internet into Word 2002? I use only
the Unformatted option, none of the others.


--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Business Analyst, Consultant
Technical Writer.
Sydney, Australia +61 (0) 4 1209 1410

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a choice to right-click mouse option in word xppuser Microsoft Word Help 16 February 20th 08 06:45 AM
Why can't I get Multiple instances of word? Laverne Microsoft Word Help 14 November 17th 06 01:35 PM
Word & WordPerfect MrsMac Microsoft Word Help 5 June 10th 06 03:14 AM
WP merge file to Word sstires Tables 4 February 14th 06 06:26 PM
Underscore (_) will not always display in RTF files (Word 2002). David A Edge Microsoft Word Help 6 June 14th 05 10:39 AM


All times are GMT +1. The time now is 10:56 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"