Re: Copy & Paste from Web to Word '03

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Opinicus (gezgin_at_spamcop.net)
Date: 02/11/05


Date: Fri, 11 Feb 2005 16:52:57 +0200



"Mrmars" <Mrmars@discussions.microsoft.com> wrote

>I am having trouble copying text from web pages and pasting
>to a Word
> document. When I find text on a web page that I want to
> copy I highlight it
> all and the right click>copy and then open Word '03 and
> right click>paste and
> Word just hangs up without pasting my text. I end up doing
> the control,alt,
> delete thing to end Word and can't complete my task but,
> when I try and paste
> to say "notepad" there's no problem. Then I can copy from
> the notepad file
> and paste to Word and it works fine so, it appears to be a
> problem copying
> and pasting from the web only. Can anyone provide a remedy
> as this is very
> frustrating and makes my job very cumbersome.

If the web page has a lot of HTML code in it, Word can take
a long time pasting it into a document, especially if the
code is complex and contains Java etc. I have experienced
Word hanging on occasion too. If you're not interested in
preserving the formatting etc, your method of using Notepad
is actually the best (and probably the safest). Another way
is to use the following macro, which I've associated with
control-shift-V:

<quote>
Sub PasteUnformatted()
'
' PasteUnformatted Macro
' Control shift V pastes the clipboard without formatting
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _wdInLine, DisplayAsIcon:=False
End Sub
</quote>

HTH

-- 
Bob
Kanyak's Doghouse
http://www.kanyak.com




Relevant Pages

  • Re: Microsoft Word 2002 default language
    ... formatting), then copying that and pasting it into Word. ... ' PasteUnformatted Macro ... ' Control shift V pastes the clipboard without formatting ...
    (microsoft.public.word.docmanagement)
  • Re: Changing default format for http references.
    ... It didn't occur to me that the pasting behaviour ... It will be easier to re-insert any other lost formatting ... > Obviously you are pasting this text from another document. ... it is not a hyperlink? ...
    (microsoft.public.publisher)
  • Re: Pasting Options in Word 2007 do not work (?)
    ... For pasting from other applications, add the Paste Special button to the QAT ... Word MVP web site http://word.mvps.org ... paste from the web a lot and do not want to retain formatting. ... I don't fancy starting a 63 EUR support request ...
    (microsoft.public.word.newusers)
  • Re: Formatting Lost Pasting From Word 2003 To FrontPage
    ... I often have been having problems copying and pasting from Word 2003 ... The text pastes as expected but the formatting ... Here is the html in the receiving FrontPage document. ... pasting into Open Office gives me the same result of ...
    (microsoft.public.word.docmanagement)
  • Re: Copy text to new doc changes style in new doc
    ... how it changed my Normal syle in doc 2 to now have 7pt after. ... Pasting between documents when styles conflict... unless, of course, you need to preserve manual formatting.. ...
    (microsoft.public.word.docmanagement)