Neil, the reason for the slowdown is that when paste information from a
webpage, Word, Excel, etc... will try to contact that webpage for some odd
reason (possibly for formatting info I guess). I learned this because Kurio
firewall kept blocking Word whenever I try to paste info from a website. If
I let Word access the internet, it would take forever and the text would not
be in font style that I wanted.
There are two workarounds I find that work. One is have a software firewall
block Word, Excel, etc... . This will speed up the paste operation. Two is
to paste in the info in notepad, and then copy it again into your office
product. I prefer the second method myself.
Turning off all that fancy clipboard stuff in the office products never
solved this problem (for me anyway).
But if you're happy taking all those extra steps, far be it from me to try
and talk you out of it. Whatever works for you!
In any event, I hope that some of this has been helpful to you.
Sub PasteUnfText()
On Error GoTo oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
oops:
Beep
End Sub
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Using Notepad in between is faster then having to constantly refer to the
paste special dialog box. Unless of course you can provide me with a
Keyboard shortcut, right?