Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Cars Cars is offline
external usenet poster
 
Posts: 2
Default How to retain document formatting when importing text?

I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different ways, I'm
wondering if there is a way to automatically convert imported (pasted) text
to the style and format of the new document I'm working on.

For example: my main document needs to be formatted in Times; the material
I'm pasting is in Ariel. How can I get Word to convert the text to Times
automatically when I paste it in the document? As it is now, it stays in
Ariel, and I have to convert each new entry automatically..

any suggestions?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to retain document formatting when importing text?

Edit paste special unformatted text!
or use 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


Cars wrote:
I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different
ways, I'm wondering if there is a way to automatically convert
imported (pasted) text to the style and format of the new document
I'm working on.

For example: my main document needs to be formatted in Times; the
material I'm pasting is in Ariel. How can I get Word to convert the
text to Times automatically when I paste it in the document? As it
is now, it stays in Ariel, and I have to convert each new entry
automatically..

any suggestions?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Cars Cars is offline
external usenet poster
 
Posts: 2
Default How to retain document formatting when importing text?

Is there a way to change Word's preferences to ALWAYS paste unformatted?


"Graham Mayor" wrote:

Edit paste special unformatted text!
or use 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


Cars wrote:
I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different
ways, I'm wondering if there is a way to automatically convert
imported (pasted) text to the style and format of the new document
I'm working on.

For example: my main document needs to be formatted in Times; the
material I'm pasting is in Ariel. How can I get Word to convert the
text to Times automatically when I paste it in the document? As it
is now, it stays in Ariel, and I have to convert each new entry
automatically..

any suggestions?




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
DeanH DeanH is offline
external usenet poster
 
Posts: 1,862
Default How to retain document formatting when importing text?

I paste from different source documents all the time and I tend to do the
following.
I don't know if it is the best way, but I can do very large documents, very
quickly.
Hopefully you source and new document have styles defined.
Go through the source document with Replace add at the end of each paragraph
a code of the desired style I want in the new document:
eg Find - "Style"^p, Replace with "BodyText2"^p
This places the new text at the end of all source paragraphs of a particular
style. Usually I add Highlight (yellow) so they stand out from the rest of
the text.
I tend not to do the "standard" BodyText style, as will be explained later.
I work my way through the document very quickly doing all the necessary
changes, ie All heading levels, bullet levels, etc. to reflect what I want to
occur.
Then copy all require text and paste into the new document. The placement of
the cursor is important before paste, if you have the cursor on your
"Standard" style (ie. BodyText1) and then do Paste Unformatted Text, all the
pasted text will be in the "standard" style.
Now find/replace the codes, replacing with the required style and clearing
the codes.
Beware of tables, that is another story all together ;-)

Hope this is clear as mud...
DeanH

"Cars" wrote:

I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different ways, I'm
wondering if there is a way to automatically convert imported (pasted) text
to the style and format of the new document I'm working on.

For example: my main document needs to be formatted in Times; the material
I'm pasting is in Ariel. How can I get Word to convert the text to Times
automatically when I paste it in the document? As it is now, it stays in
Ariel, and I have to convert each new entry automatically..

any suggestions?

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
DeanH DeanH is offline
external usenet poster
 
Posts: 1,862
Default How to retain document formatting when importing text?

I have the Paste Unformatted Text command permanatently on my toolbar. Via
Customise Toolbars, Commands, Edit.

"Cars" wrote:

Is there a way to change Word's preferences to ALWAYS paste unformatted?


"Graham Mayor" wrote:

Edit paste special unformatted text!
or use 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


Cars wrote:
I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different
ways, I'm wondering if there is a way to automatically convert
imported (pasted) text to the style and format of the new document
I'm working on.

For example: my main document needs to be formatted in Times; the
material I'm pasting is in Ariel. How can I get Word to convert the
text to Times automatically when I paste it in the document? As it
is now, it stays in Ariel, and I have to convert each new entry
automatically..

any suggestions?






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Summer Summer is offline
external usenet poster
 
Posts: 333
Default How to retain document formatting when importing text?

Paste the text CTRL V - there is a small square to right of text right click
and check "Keep Source formatting".

"Cars" wrote in message
...
I am preparing a document that involves lots of copy and pasting from
different sources. Since these sources are formatted in different ways,
I'm
wondering if there is a way to automatically convert imported (pasted)
text
to the style and format of the new document I'm working on.

For example: my main document needs to be formatted in Times; the
material
I'm pasting is in Ariel. How can I get Word to convert the text to Times
automatically when I paste it in the document? As it is now, it stays in
Ariel, and I have to convert each new entry automatically..

any suggestions?



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 does not retain original formatting Cindy W. Page Layout 0 May 8th 06 03:45 PM
Switches in Table of Authorities - retain formatting does not retain character styles Charles Kenyon Formatting Long Documents 1 March 28th 06 10:06 AM
Copy revision text to new document and retain marking? Denzel New Users 3 September 7th 05 04:43 PM
retain formatting smk23 Mailmerge 2 August 30th 05 06:09 AM
how do i convert a word document to text (.txt) and retain forma. duffer Microsoft Word Help 1 June 8th 05 11:26 PM


All times are GMT +1. The time now is 09:46 AM.

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

About Us

"It's about Microsoft Word"