textboxes

J

Jeff Hall

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
--------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top