cut and paste from IE Hangs MSWord 2003

G

Guest

Unable to cut and paste text from IE Web pages in Word 2003 document without
having MSWord completely hang. Only work around is copying into NotePad and
from NotePad to Word Document.

Is there a fix or setting to allow cut and paste from IE?

Thanks
Rick
 
G

Guest

From help in another posting see http://www.gmayor.com/installing_macro.htm.
Through the help from gmayor website I was able to create a unformated new
macro that now solves what was a very annoying cut/copy and paste text
problem from websites. See more info at Posting: Subject: Re: howto paste
unformatted text automatically 1/19/2006 11:46 PM PST

By: Graham Mayor

New Macro code:

Sub PasteUnfText()
On Error GoTo oops
Selection.PasteSpecial DataType:=wdPasteText
End
oops:
Beep
End Sub

Thanks Graham
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top