there's a way to handle the text boxes inside the word doc ?
I just recorded this macro. Use it as a starting point in the online Help.
Sub Macro7()
ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, _
79.9, 79.9, 180#, 81#).Select
Selection.ShapeRange.TextFrame.TextRange.Select
Selection.Collapse
Selection.TypeText Text:="Some text"
End Sub
--------------------------------------------------------------------
Jeff Hall MSc MRICS
Director, Eon Commerce Ltd.
http://www.eon-commerce.com
Software available for you to evaluate before buying...
EasyHTML/Help CHM file Editor for MS Word
http://www.easyhtmlhelp.com
--------------------------------------------------------------------