I have a text box with this:
=" Your name is: " $ [Name] $ " and last name is " $ [Lname]
I want ONLY the [Name] and [Lname} to format bold and the other text not.
Could I do this?
=" Your name is: " $ [Name] $ " and last name is " $ [Lname]
I want ONLY the [Name] and [Lname} to format bold and the other text not.
Could I do this?
Comment