> Hi,
>
[quoted text clipped - 6 lines]
> I tried Search and Replace to replace the "\par\par" wich char(13), but
> that didn't work.
In the Edit Replace dialog, replace "\par\par" with "^p^p".
To find out the various codes for nonprinting characters you can use in the
Find & Replace dialogs, position the cursor in the Find What dialog, click
the More button if necessary to show the enlarged dialog, and click the
Special button to see a list of codes and their meanings. These codes can
also be used in the .Text and .Replacement.Text properties if you want to do
a search using the VBA Find object.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Alan Z. Scharf - 10 Feb 2007 07:20 GMT
Jonathan,
Thanks very much.
That worked perfectly!
Regards,
Alan
>> Hi,
>>
[quoted text clipped - 15 lines]
> can also be used in the .Text and .Replacement.Text properties if you want
> to do a search using the VBA Find object.