Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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 | |
|
|
![]() |
||||
Thread | Forum | |||
Pasted text doesnot stay in document's default font. What to do? | Page Layout | |||
Option to update copied text with changes to pasted text | New Users | |||
How do I make pasted text match the body's font? | Microsoft Word Help | |||
why does no color font print on pasted object | Microsoft Word Help | |||
pasting text so if the original changes so will the pasted text | Microsoft Word Help |