Re: Intractable cut & paste problem. by macropod
macropod
Thu Oct 27 02:31:50 CDT 2005
Hi Frank,
The problem may be related to your OCR software. If it's putting a carriage
return at the end of each line, then what you're getting in Word is a
separate paragraph for each line.
If that's the case, you should be able to use Word's Find/Replace function
to replace these with spaces, but you'll need to sort out how you're going
to preserve true paragraph breaks. The usual technique, if the true
paragraph breaks are represented by pairs of carriage returns, is to replace
the paired carriage returns with a unique character, then replace the rest
with spaces, followed by replacing the unique characters with carriage
returns.
Cheers
"Frank Martin" <paul@colonel.com.au> wrote in message
news:ObdYuWs2FHA.2816@tk2msftngp13.phx.gbl...
> I scan textbooks and save the result in Word2000 as "unformatted" text.
>
> If I want to send the result via email the text has a space between each
> line, and I have to cut these out before sending.
> Is there a better way?
> Please help, Frank
>
>