The following is one way to make sure that the text is inserted in
the main body of the active document:
oWordApp.ActiveDocument.Content.InsertAfter "Text here."
Most likely, you'd get a more knowledgeable reply in a VBA newsgroup,
though.

Signature
Stefan Blom
Microsoft Word MVP
> Hi folks,
>
[quoted text clipped - 8 lines]
> Best regards,
> Bernard
Berny - 20 Mar 2006 12:06 GMT
Hi Stefan,
I found the problem. There was a rectangle object inserted in the
header that had it's text wrapping style wrongly selected. I changed
the style to be <In line with text> and the problem was solved.
Thanks anyway for your suggestion.
Best regards,
Bernard
Stefan Blom - 20 Mar 2006 12:33 GMT
I'm glad you found a solution (though I have to admit I'm curious to
find out how/why it helped).

Signature
Stefan Blom
Microsoft Word MVP
> Hi Stefan,
>
[quoted text clipped - 5 lines]
> Best regards,
> Bernard