PC Review


Reply
Thread Tools Rate Thread

Copy/paste sans formatting

 
 
RobG
Guest
Posts: n/a
 
      19th Jan 2005
The default in Word is to paste with the format of the copied text,
rather than the format of where the text is being inserted. I hate
that, especially when pasting into corporate templates where the
layout has to be just so. I either have to use:

Edit -> paste special -> unformatted text

or paste the text, then apply the right formatting. But this is
painful as Word starts to add its own ideas on styles to my styles menu
based on the pasted text. To ease my pain, I have created a small
macro that uses pasteUnformatted. However, now I get the "your
document contains macros..." warning whenever I open Word documents.

But what I would *really* like to do is turn off the "feature" in Word
that makes pasteFormatted the default. Is this possible?

As a related question, I use Powerpoint to create drawings, then past
them into Word. By default, Word makes them an object, which I hate -
I just want a picture. So I tell it to paste as picture.

But now Word ignores my default for pasting pictures, which is "inline
with paragraph".

How can I tell Word not to paste objects, just pictures, *and* use my
default for pasting - i.e. inline?


--
Rob
 
Reply With Quote
 
 
 
 
Chuck Davis
Guest
Posts: n/a
 
      20th Jan 2005
Rob,

Open Notepad. Copy your text to the clipboard, paste into Notepad. Select
all in Notepad, copy to the clipboard, and then paste into your word
document.
"RobG" <(E-Mail Removed)> wrote in message
news7CHd.221$(E-Mail Removed)...
> The default in Word is to paste with the format of the copied text,
> rather than the format of where the text is being inserted. I hate
> that, especially when pasting into corporate templates where the
> layout has to be just so. I either have to use:
>
> Edit -> paste special -> unformatted text
>
> or paste the text, then apply the right formatting. But this is
> painful as Word starts to add its own ideas on styles to my styles menu
> based on the pasted text. To ease my pain, I have created a small
> macro that uses pasteUnformatted. However, now I get the "your
> document contains macros..." warning whenever I open Word documents.
>
> But what I would *really* like to do is turn off the "feature" in Word
> that makes pasteFormatted the default. Is this possible?
>
> As a related question, I use Powerpoint to create drawings, then past
> them into Word. By default, Word makes them an object, which I hate -
> I just want a picture. So I tell it to paste as picture.
>
> But now Word ignores my default for pasting pictures, which is "inline
> with paragraph".
>
> How can I tell Word not to paste objects, just pictures, *and* use my
> default for pasting - i.e. inline?
>
>
> --
> Rob



 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      20th Jan 2005
For information on how Word handles copy and paste, please see
http://www.shaunakelly.com/word/styl...xtChanges.html and
http://www.shaunakelly.com/word/styl...ionsWorks.html.

--
Stefan Blom


"RobG" <(E-Mail Removed)> wrote in message
news7CHd.221$(E-Mail Removed)...
> The default in Word is to paste with the format of the copied

text,
> rather than the format of where the text is being inserted. I

hate
> that, especially when pasting into corporate templates where the
> layout has to be just so. I either have to use:
>
> Edit -> paste special -> unformatted text
>
> or paste the text, then apply the right formatting. But this is
> painful as Word starts to add its own ideas on styles to my styles

menu
> based on the pasted text. To ease my pain, I have created a small
> macro that uses pasteUnformatted. However, now I get the "your
> document contains macros..." warning whenever I open Word

documents.
>
> But what I would *really* like to do is turn off the "feature" in

Word
> that makes pasteFormatted the default. Is this possible?
>
> As a related question, I use Powerpoint to create drawings, then

past
> them into Word. By default, Word makes them an object, which I

hate -
> I just want a picture. So I tell it to paste as picture.
>
> But now Word ignores my default for pasting pictures, which is

"inline
> with paragraph".
>
> How can I tell Word not to paste objects, just pictures, *and* use

my
> default for pasting - i.e. inline?
>
>
> --
> Rob





 
Reply With Quote
 
Fred Holmes
Guest
Posts: n/a
 
      21st Jan 2005
I have written a macro, just a simple "Paste Special Unformatted"
prespred as a recorded keystroke macro.

Sub Paste_Special_Unformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _
wdInLine, DisplayAsIcon:=False
End Sub

and then bound it to Alt+V

Tools => Customize => Keyboard => Macros . . .

Then I paste with Alt+V instead of Ctrl+V and get the behavior you
wish.

Fred Holmes

On Wed, 19 Jan 2005 23:33:40 GMT, RobG <(E-Mail Removed)> wrote:

> The default in Word is to paste with the format of the copied text,
> rather than the format of where the text is being inserted. I hate
> that, especially when pasting into corporate templates where the
> layout has to be just so. I either have to use:
>
> Edit -> paste special -> unformatted text
>
> or paste the text, then apply the right formatting. But this is
> painful as Word starts to add its own ideas on styles to my styles menu
> based on the pasted text. To ease my pain, I have created a small
> macro that uses pasteUnformatted. However, now I get the "your
> document contains macros..." warning whenever I open Word documents.
>
> But what I would *really* like to do is turn off the "feature" in Word
> that makes pasteFormatted the default. Is this possible?
>
> As a related question, I use Powerpoint to create drawings, then past
> them into Word. By default, Word makes them an object, which I hate -
> I just want a picture. So I tell it to paste as picture.
>
> But now Word ignores my default for pasting pictures, which is "inline
> with paragraph".
>
> How can I tell Word not to paste objects, just pictures, *and* use my
> default for pasting - i.e. inline?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy and paste formatting Ruth Microsoft Word Document Management 2 17th Mar 2010 06:34 PM
Copy/Paste Formatting Ima Lostsoul Microsoft Excel Discussion 3 10th Dec 2003 12:06 AM
Re: Copy and paste formatting Suzanne S. Barnhill Microsoft Word New Users 1 7th Sep 2003 01:29 AM
Re: Copy and paste formatting Larry Microsoft Word New Users 0 6th Sep 2003 11:06 PM
Paste text sans formatting / defeat FP table height Bob Summers Microsoft Frontpage 1 19th Aug 2003 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:12 AM.