Tweety1979
Technical User
- Jan 10, 2009
- 1
Hi!
I have found out how to put a frame around my text, for example:
Set dText = DrawingView.Texts.Add ("Point = " & refpoint1.Name & Chr(13) & Chr(10) & "X="... )
dText.ActivateFrame catRectangle
But this is how I get a frame around the whole text in the brackets. What I really need is a frame around each word of the text.
It has to be something like SetParameterOnSubString, but I don't know how to create it properly so that only the word "Point" gets a frame.
Could someone help me?
Thanks
I have found out how to put a frame around my text, for example:
Set dText = DrawingView.Texts.Add ("Point = " & refpoint1.Name & Chr(13) & Chr(10) & "X="... )
dText.ActivateFrame catRectangle
But this is how I get a frame around the whole text in the brackets. What I really need is a frame around each word of the text.
It has to be something like SetParameterOnSubString, but I don't know how to create it properly so that only the word "Point" gets a frame.
Could someone help me?
Thanks