Hi Dave,
ActiveDocument.Range.InsertAfter "This" & vbCr & "That:
will insert
This?
That
in all versions of Word that use VBA. It must be something else that is
causing your problem.

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
>I have a document into which I insert text using a VB
> program. As a Word 97 document, I insterted the standard
[quoted text clipped - 8 lines]
> Does anyone know what character can be inserted via VB
> code to insert a paragraph into the text?