It is not a corruption. I believe Word tries to resolve all the links on the
web page before attempting to insert. It will do so eventually. By using
paste special, you obviate the need for Word to worry about such matters and
so it pastes instantly. This is normal behaviour. Add the macro I posted
earlier to a toolbar button or to a keystroke shortcut and it need take no
longer than CTRL+V. The link to my web site shows how to do that.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I did manage to do it. But it seems that I will have to go thru this
> extra procedures each and every time I want to copy and paste. Is
[quoted text clipped - 59 lines]
>>>>> also have a third copy. I need help.
>>>>> Thanks
I believe it is a corruption because for all the time I have been using Word
in Office XP, I have never had this problem. It has only appeared now after
the reformat.
I went to your website "Installing Macros from Listings" and I got lost in
there. As I have stated my knowledge in computers is not that good. Would
most appreciate if you could list the steps here in simple steps, 1, 2, 3,
etc so I could easily follow.
Thanks
> It is not a corruption. I believe Word tries to resolve all the links on
> the web page before attempting to insert. It will do so eventually. By
[quoted text clipped - 67 lines]
>>>>>> also have a third copy. I need help.
>>>>>> Thanks
Graham Mayor - 12 Oct 2007 10:09 GMT
I believe the behaviour changed following a security update.
Until you become sufficiently familiar with Word to use the web link, simply
use edit > paste special > unformatted text.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> I believe it is a corruption because for all the time I have been
> using Word in Office XP, I have never had this problem. It has only
[quoted text clipped - 84 lines]
>>>>>>> day and now I also have a third copy. I need help.
>>>>>>> Thanks
Ben Stevenson - 18 Oct 2007 13:25 GMT
Sorry for the delay. Was sick in hospital. OK then, I'll have to live with
doing it the other way you have suggested.
I still hope that you can give me the simple steps from your weblink,
because I want to do it.
Thanks
>I believe the behaviour changed following a security update.
> Until you become sufficiently familiar with Word to use the web link,
[quoted text clipped - 88 lines]
>>>>>>>> day and now I also have a third copy. I need help.
>>>>>>>> Thanks
Graham Mayor - 19 Oct 2007 05:33 GMT
Sorry to hear about your health problem. I hope all is now well again.
Copy the following code to the clipboard
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
Open Word
Press ALT+F8
In the top of the dialog type
PasteUnfText
Pick 'Create' from the choices.
The macro editor will open at the correct place
Select everything from
Sub PasteUnfText()
to
End Sub
Paste the contents of the clipboard.
Macro is created. Click 'Save'
Close the vba editor.
To add the macro to a toolbar button or keyboard shortcut, refer to the web
page - 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
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Sorry for the delay. Was sick in hospital. OK then, I'll have to live
> with doing it the other way you have suggested.
[quoted text clipped - 103 lines]
>>>>>>>>> following day and now I also have a third copy. I need help.
>>>>>>>>> Thanks
Ben Stevenson - 23 Oct 2007 08:57 GMT
Thanks alot for all your help. I have to leave tomorrow for a trip on my
health for 10 days. I will do it upon my return.
> Sorry to hear about your health problem. I hope all is now well again.
>
[quoted text clipped - 133 lines]
>>>>>>>>>> following day and now I also have a third copy. I need help.
>>>>>>>>>> Thanks