B
Bo Hansson
In a document I've added a button to insert a Textbox like this:
Set myTB1 = ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal,
408, 45, 403, 310)
After that I would like to set the inside margins and remove the line that
frames the Textbox.
But I cannot figure out how to do that. Any suggestions?
/BosseH
Set myTB1 = ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal,
408, 45, 403, 310)
After that I would like to set the inside margins and remove the line that
frames the Textbox.
But I cannot figure out how to do that. Any suggestions?
/BosseH