![]() |
|
#3
|
||||
|
||||
|
Given that it's a text file (ie no formatting), a simple Paste has the same results as Paste Special.
That, however, really doesn't address the issue, which is that each line from a plain text file is likely to be a separate physical paragraph. Assuming there's an empty line between each set of records, the following wildcard Find/Replace will join each record's lines into a single paragraph: Find = ([!^13^11])[^13^11]([!^13^11]) Replace = \1^l\2 You can then use Ctrl-A to select the entire document and format the paragraphs with the 'keep together' attribute. That will eliminate any splitting across page boundaries.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| widow orphan |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Content control titles
|
jillapass | Word VBA | 3 | 05-29-2012 06:11 AM |
"Paste cells" in paste menu
|
averagejoe | Word | 2 | 03-13-2012 05:40 PM |
| Don't print a control | Tracy | Word VBA | 0 | 09-11-2011 03:29 PM |
| control the AutoScroll speed | lucky1thanx | Word | 0 | 03-18-2010 05:42 PM |
| Control Toolbox | tjc154 | Word | 0 | 03-29-2009 07:13 PM |