|
| View previous topic :: View next topic |
| Author |
Message |
Ben Stevenson Guest
|
Posted: Thu Oct 04, 2007 11:34 am Post subject: XP Office corruptions |
|
|
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis. They both
are suddenly corrupted somehow, that I did not experience before. When I try
to Copy and Paste text from the Web, the file freezes. Task Manager says
"Not responding", and I have to end task and close.
There is no problem if I am just copying and pasting the URL alone or
copying and paste from my emails on Outlook Express. Earlier one of the
files said "this file is read only" and I had to save it again as a second
copy. Same thing the following day and now I also have a third copy. I need
help.
Thanks |
|
| Back to top |
|
 |
Google Sponsor

|
Posted: Thu Oct 04, 2007 11:34 am Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
Graham Mayor Guest
|
Posted: Thu Oct 04, 2007 12:50 pm Post subject: Re: XP Office corruptions |
|
|
Use edit paste special > unformatted text to paste web material to a
document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Ben Stevenson wrote:
| Quote: | On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not experience
before. When I try to Copy and Paste text from the Web, the file
freezes. Task Manager says "Not responding", and I have to end task
and close.
There is no problem if I am just copying and pasting the URL alone or
copying and paste from my emails on Outlook Express. Earlier one of
the files said "this file is read only" and I had to save it again as
a second copy. Same thing the following day and now I also have a
third copy. I need help.
Thanks |
|
|
| Back to top |
|
 |
Ben Stevenson Guest
|
Posted: Fri Oct 05, 2007 6:44 am Post subject: Re: XP Office corruptions |
|
|
I really wish I could understand your instructions. I am not that good in
computers. Would appreciate if you could give it to me in simpler terms.
Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
| Quote: | Use edit paste special > unformatted text to paste web material to a
document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not experience
before. When I try to Copy and Paste text from the Web, the file
freezes. Task Manager says "Not responding", and I have to end task
and close.
There is no problem if I am just copying and pasting the URL alone or
copying and paste from my emails on Outlook Express. Earlier one of
the files said "this file is read only" and I had to save it again as
a second copy. Same thing the following day and now I also have a
third copy. I need help.
Thanks
|
|
|
| Back to top |
|
 |
Graham Mayor Guest
|
Posted: Fri Oct 05, 2007 7:05 am Post subject: Re: XP Office corruptions |
|
|
The macro (the link at the bottom shows you how to employ it) simply runs
the command sequence Edit > paste special > unformatted text.
With the data, from the web site that you want in your document, copied to
the clipboard. Put the cursor in the document at the point you want the
content reproduced, from the edit menu choose paste special and from the
list of options use unformatted text.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Ben Stevenson wrote:
| Quote: | I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material to a
document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not experience
before. When I try to Copy and Paste text from the Web, the file
freezes. Task Manager says "Not responding", and I have to end task
and close.
There is no problem if I am just copying and pasting the URL alone
or copying and paste from my emails on Outlook Express. Earlier one
of the files said "this file is read only" and I had to save it
again as a second copy. Same thing the following day and now I also
have a third copy. I need help.
Thanks |
|
|
| Back to top |
|
 |
Ben Stevenson Guest
|
Posted: Mon Oct 08, 2007 7:01 am Post subject: Re: XP Office corruptions |
|
|
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 that true? I
have always done Cntrl+C and then Cntrl+V and so easily done.
I think there may be some corruption in this Word file that does not permit
me to do the standard way anymore, and I would appreciate if you could show
me in simple terms on how to get rid of the corruptions.
Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
| Quote: | The macro (the link at the bottom shows you how to employ it) simply runs
the command sequence Edit > paste special > unformatted text.
With the data, from the web site that you want in your document, copied to
the clipboard. Put the cursor in the document at the point you want the
content reproduced, from the edit menu choose paste special and from the
list of options use unformatted text.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material to a
document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not experience
before. When I try to Copy and Paste text from the Web, the file
freezes. Task Manager says "Not responding", and I have to end task
and close.
There is no problem if I am just copying and pasting the URL alone
or copying and paste from my emails on Outlook Express. Earlier one
of the files said "this file is read only" and I had to save it
again as a second copy. Same thing the following day and now I also
have a third copy. I need help.
Thanks
|
|
|
| Back to top |
|
 |
Graham Mayor Guest
|
Posted: Mon Oct 08, 2007 7:48 am Post subject: Re: XP Office corruptions |
|
|
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.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Ben Stevenson wrote:
| Quote: | 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
that true? I have always done Cntrl+C and then Cntrl+V and so easily
done.
I think there may be some corruption in this Word file that does not
permit me to do the standard way anymore, and I would appreciate if
you could show me in simple terms on how to get rid of the
corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it) simply
runs the command sequence Edit > paste special > unformatted text.
With the data, from the web site that you want in your document,
copied to the clipboard. Put the cursor in the document at the point
you want the content reproduced, from the edit menu choose paste
special and from the list of options use unformatted text.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material to
a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not
experience before. When I try to Copy and Paste text from the
Web, the file freezes. Task Manager says "Not responding", and I
have to end task and close.
There is no problem if I am just copying and pasting the URL alone
or copying and paste from my emails on Outlook Express. Earlier
one of the files said "this file is read only" and I had to save
it again as a second copy. Same thing the following day and now I
also have a third copy. I need help.
Thanks |
|
|
| Back to top |
|
 |
Ben Stevenson Guest
|
Posted: Fri Oct 12, 2007 7:21 am Post subject: Re: XP Office corruptions |
|
|
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23OleO%23XCIHA.4196@TK2MSFTNGP04.phx.gbl...
| Quote: | 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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
that true? I have always done Cntrl+C and then Cntrl+V and so easily
done.
I think there may be some corruption in this Word file that does not
permit me to do the standard way anymore, and I would appreciate if
you could show me in simple terms on how to get rid of the
corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it) simply
runs the command sequence Edit > paste special > unformatted text.
With the data, from the web site that you want in your document,
copied to the clipboard. Put the cursor in the document at the point
you want the content reproduced, from the edit menu choose paste
special and from the list of options use unformatted text.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material to
a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily basis.
They both are suddenly corrupted somehow, that I did not
experience before. When I try to Copy and Paste text from the
Web, the file freezes. Task Manager says "Not responding", and I
have to end task and close.
There is no problem if I am just copying and pasting the URL alone
or copying and paste from my emails on Outlook Express. Earlier
one of the files said "this file is read only" and I had to save
it again as a second copy. Same thing the following day and now I
also have a third copy. I need help.
Thanks
|
|
|
| Back to top |
|
 |
Graham Mayor Guest
|
Posted: Fri Oct 12, 2007 9:09 am Post subject: Re: XP Office corruptions |
|
|
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.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Ben Stevenson wrote:
| Quote: | 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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23OleO%23XCIHA.4196@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
that true? I have always done Cntrl+C and then Cntrl+V and so easily
done.
I think there may be some corruption in this Word file that does not
permit me to do the standard way anymore, and I would appreciate if
you could show me in simple terms on how to get rid of the
corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it)
simply runs the command sequence Edit > paste special
unformatted text. With the data, from the web site that you want
in your document, copied to the clipboard. Put the cursor in the
document at the point you want the content reproduced, from the
edit menu choose paste special and from the list of options use
unformatted text. --
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material
to a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily
basis. They both are suddenly corrupted somehow, that I did not
experience before. When I try to Copy and Paste text from the
Web, the file freezes. Task Manager says "Not responding", and I
have to end task and close.
There is no problem if I am just copying and pasting the URL
alone or copying and paste from my emails on Outlook Express.
Earlier one of the files said "this file is read only" and I
had to save it again as a second copy. Same thing the following
day and now I also have a third copy. I need help.
Thanks |
|
|
| Back to top |
|
 |
Ben Stevenson Guest
|
Posted: Thu Oct 18, 2007 12:25 pm Post subject: Re: XP Office corruptions |
|
|
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:e9P3O%23KDIHA.4752@TK2MSFTNGP04.phx.gbl...
| Quote: | 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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23OleO%23XCIHA.4196@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
that true? I have always done Cntrl+C and then Cntrl+V and so easily
done.
I think there may be some corruption in this Word file that does not
permit me to do the standard way anymore, and I would appreciate if
you could show me in simple terms on how to get rid of the
corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it)
simply runs the command sequence Edit > paste special
unformatted text. With the data, from the web site that you want
in your document, copied to the clipboard. Put the cursor in the
document at the point you want the content reproduced, from the
edit menu choose paste special and from the list of options use
unformatted text. --
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not that
good in computers. Would appreciate if you could give it to me in
simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material
to a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily
basis. They both are suddenly corrupted somehow, that I did not
experience before. When I try to Copy and Paste text from the
Web, the file freezes. Task Manager says "Not responding", and I
have to end task and close.
There is no problem if I am just copying and pasting the URL
alone or copying and paste from my emails on Outlook Express.
Earlier one of the files said "this file is read only" and I
had to save it again as a second copy. Same thing the following
day and now I also have a third copy. I need help.
Thanks
|
|
|
| Back to top |
|
 |
Graham Mayor Guest
|
Posted: Fri Oct 19, 2007 4:33 am Post subject: Re: XP Office corruptions |
|
|
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
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Ben Stevenson wrote:
| Quote: | 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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:e9P3O%23KDIHA.4752@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23OleO%23XCIHA.4196@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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 that true? I have always done Cntrl+C and then Cntrl+V
and so easily done.
I think there may be some corruption in this Word file that does
not permit me to do the standard way anymore, and I would
appreciate if you could show me in simple terms on how to get rid
of the corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it)
simply runs the command sequence Edit > paste special
unformatted text. With the data, from the web site that you want
in your document, copied to the clipboard. Put the cursor in the
document at the point you want the content reproduced, from the
edit menu choose paste special and from the list of options use
unformatted text. --
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not
that good in computers. Would appreciate if you could give it
to me in simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material
to a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily
basis. They both are suddenly corrupted somehow, that I did
not experience before. When I try to Copy and Paste text from
the Web, the file freezes. Task Manager says "Not
responding", and I have to end task and close.
There is no problem if I am just copying and pasting the URL
alone or copying and paste from my emails on Outlook Express.
Earlier one of the files said "this file is read only" and I
had to save it again as a second copy. Same thing the
following day and now I also have a third copy. I need help.
Thanks |
|
|
| Back to top |
|
 |
Ben Stevenson Guest
|
Posted: Tue Oct 23, 2007 7:57 am Post subject: Re: XP Office corruptions |
|
|
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.
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23NOAmkgEIHA.5976@TK2MSFTNGP02.phx.gbl...
| Quote: | 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
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:e9P3O%23KDIHA.4752@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23OleO%23XCIHA.4196@TK2MSFTNGP04.phx.gbl...
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.
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
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 that true? I have always done Cntrl+C and then Cntrl+V
and so easily done.
I think there may be some corruption in this Word file that does
not permit me to do the standard way anymore, and I would
appreciate if you could show me in simple terms on how to get rid
of the corruptions. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%2313HO4xBIHA.5652@TK2MSFTNGP02.phx.gbl...
The macro (the link at the bottom shows you how to employ it)
simply runs the command sequence Edit > paste special
unformatted text. With the data, from the web site that you want
in your document, copied to the clipboard. Put the cursor in the
document at the point you want the content reproduced, from the
edit menu choose paste special and from the list of options use
unformatted text. --
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
I really wish I could understand your instructions. I am not
that good in computers. Would appreciate if you could give it
to me in simpler terms. Thanks
"Graham Mayor" <gmayor@REMOVETHISmvps.org> wrote in message
news:%23mPOTUoBIHA.5196@TK2MSFTNGP02.phx.gbl...
Use edit paste special > unformatted text to paste web material
to a document (or the following macro)
Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial DataType:=wdPasteText, Placement:= _
wdInLine
End
Oops:
Beep
End Sub
http://www.gmayor.com/installing_macro.htm
--
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
Ben Stevenson wrote:
On my PC I've got WinXP and XP Office.
In Word there are normally two files I work on, on a daily
basis. They both are suddenly corrupted somehow, that I did
not experience before. When I try to Copy and Paste text from
the Web, the file freezes. Task Manager says "Not
responding", and I have to end task and close.
There is no problem if I am just copying and pasting the URL
alone or copying and paste from my emails on Outlook Express.
Earlier one of the files said "this file is read only" and I
had to save it again as a second copy. Same thing the
following day and now I also have a third copy. I need help.
Thanks
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|