A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Pasting Options in Word 2007 do not work (?)



 
 
Thread Tools Display Modes
  #1  
Old May 17th, 2007, 11:57 AM posted to microsoft.public.word.newusers
edbradburn
external usenet poster
 
Posts: 1
Default Pasting Options in Word 2007 do not work (?)

Hi Folks,

Since I have used "paste special" in previous versions of Word to
paste unformatted text I was very pleased to see that Word now has
many options for "hard-coding" the paste behavior. You can set various
options for "within the same document", "from one document to another"
and "from other documents".

However, my problem is that these options simply have no effect :=)

My main wish is to get unformatted text from other programs, because I
paste from the web a lot and do not want to retain formatting.

So I have set "paste unformatted" (the last of the options in "paste
from other programs"). However, when I tried pasting some formatted
text from Internet Explorer, it just came across with exactly the same
formatting, no difference. Trying other programs yielded the same
results. Starting a new document: same results. Closing Word after
setting the options: same results.

For now, I'm using a macro to get around the problem, but I would
really like to know whether these options work for other people.

Some information about my setup:
- Windows XP SP2
- Office 2007 Home and Student (build 12.0.6015.5000) - German-
language version (which is why I might not have the menu options
exactly right word-for-word)
- NB: while testing, I deactivated *all* Word add-ins

Any help appreciated. I don't fancy starting a 63 EUR support request
for a program I just paid 125 EUR for :=)

Ed Bradburn

  #2  
Old May 17th, 2007, 12:33 PM posted to microsoft.public.word.newusers
Graham Mayor
external usenet poster
 
Posts: 18,297
Default Pasting Options in Word 2007 do not work (?)

For pasting from other applications, add the Paste Special button to the QAT
and you have the same paste special options that were available in earlier
versions. Or simply use a macrowhich will work with any recent Word version

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


edbradburn wrote:
Hi Folks,

Since I have used "paste special" in previous versions of Word to
paste unformatted text I was very pleased to see that Word now has
many options for "hard-coding" the paste behavior. You can set various
options for "within the same document", "from one document to another"
and "from other documents".

However, my problem is that these options simply have no effect :=)

My main wish is to get unformatted text from other programs, because I
paste from the web a lot and do not want to retain formatting.

So I have set "paste unformatted" (the last of the options in "paste
from other programs"). However, when I tried pasting some formatted
text from Internet Explorer, it just came across with exactly the same
formatting, no difference. Trying other programs yielded the same
results. Starting a new document: same results. Closing Word after
setting the options: same results.

For now, I'm using a macro to get around the problem, but I would
really like to know whether these options work for other people.

Some information about my setup:
- Windows XP SP2
- Office 2007 Home and Student (build 12.0.6015.5000) - German-
language version (which is why I might not have the menu options
exactly right word-for-word)
- NB: while testing, I deactivated *all* Word add-ins

Any help appreciated. I don't fancy starting a 63 EUR support request
for a program I just paid 125 EUR for :=)

Ed Bradburn



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.