Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame for a single word in the text

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top