#1   Report Post  
Posted to microsoft.public.word.docmanagement
Eintracht Eintracht is offline
external usenet poster
 
Posts: 1
Default Font Of Pasted Text

I am running Windows XP and Word 2003. If I have 2 documents with different
font and text sizes, when I copy and paste from one how do I make the font
and text size of the pasted text the same as the document I'm pasting into?
My pastes always seem to have the font and text size of thte document I've
copied from.
Many thanks

Chris
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Font Of Pasted Text

Use edit paste special unformatted text (or the following macro) to paste
the text. It will then adopt the format at the cursor.

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




Eintracht wrote:
I am running Windows XP and Word 2003. If I have 2 documents with
different font and text sizes, when I copy and paste from one how do
I make the font and text size of the pasted text the same as the
document I'm pasting into? My pastes always seem to have the font and
text size of thte document I've copied from.
Many thanks

Chris



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasted text doesnot stay in document's default font. What to do? Jakemas Page Layout 6 November 21st 05 11:31 PM
Option to update copied text with changes to pasted text Nifty New Users 3 September 21st 05 04:34 PM
How do I make pasted text match the body's font? Ryan Microsoft Word Help 2 June 12th 05 02:00 AM
why does no color font print on pasted object justcn Microsoft Word Help 2 April 27th 05 11:51 PM
pasting text so if the original changes so will the pasted text sawgood Microsoft Word Help 1 February 17th 05 04:39 AM


All times are GMT +1. The time now is 04:03 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"