Re: Eliminating .txt file hard returns

Subject: Re: Eliminating .txt file hard returns
From: Steve Marshall <forumbahai -at- ES -dot- CO -dot- NZ>
Date: Thu, 22 Oct 1998 09:00:46 +1300

>With a little thought, I'm sure a macro could do the work, I just haven't
>spent the time.

Here's a minimalist Word 6.0 (WordBasic) macro:

Sub MAIN
StartOfDocument
EditReplace .Find = "^p^p", .Replace = "%%%", .ReplaceAll
EditReplace .Find = "^p", .Replace = " ", .ReplaceAll
EditReplace .Find = "%%%", .Replace = "^p^p", .ReplaceAll
End Sub

ka kite ano,
(see you later)
Steve

--------------------------------------------------------------------------
Alison & Steve Marshall, Aotearoa | "Fanaticism consists in redoubling
forumbahai -at- es -dot- co -dot- nz (New Zealand) | your efforts when you have forgotten
Try: http://www.rightwords.co.nz/ | your aim." - George Santayana

From ??? -at- ??? Sun Jan 00 00:00:00 0000=




Previous by Author: Re: Which is correct/best?
Next by Author: Job - Houston, TX
Previous by Thread: Re: Eliminating .txt file hard returns
Next by Thread: Re: Eliminating .txt file hard returns


What this post helpful? Share it with friends and colleagues:


Sponsored Ads