Change font formatting in a concatenated string

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Following on to the previous question "How do I insert a hard break (alt
enter) in a concatenated string" where the answer was by inserting a CHAR(xx)
string I wonder whether there are similar codes to eg make one element of a
concatenated string bold or italic or underlined or ...

This would come in particularly handy with strings that are displayed in
text boxes - very practical for variable explanations on graphs.

My current workaround is to put the string elements in separate text boxes,
format them as required and then group them together.
 
No there isn't. You need to use VBA to set the specific elements, but it is
a bind (IMO).

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top