I would like to be able to
1) place the text outside the shape (ultimately, the user will decide on left, right or inside)
2) have the text not exceed the height of the shape
3) initially constrain the width to be the width of the shape or an arbitrary width, but if the entered text exceeds the space available, the text box will grow horizontally whilst staying the same height as the shape.
I have found this
http://www.visguy.com/2009/05/06/top-twelve-text-tips/ very helpful page which allows me to easily locate the text to the left or right. I can have the text as a single line using TextWidth(thetext) in the TxtWidth box but this isn't what I want.
Can you help me with this?
Thanks