Page header ...

B

Berny

Hi folks,

Can you help me with next problem ?
I am inserting text from Excel into Word using the generic line:

oWordApp.Selection.TypeText Text:="Bla..Bla..Bla..."

The problem is that the text does enter also in the page header. What
do I have to do to avoid this ? Any suggestions are welcome.

Best regards,
Bernard
 
B

Berny

Problem solved.
There was a object inserted in the header and the wrapping style was
not set "in line".
Changing the wrapping style solved the problem.
 
Top