multi-line controltiptext

S

SteveDB1

Howdie all.
back in 2005, bob Phillips posted the follwoing in response to someone
asking about doing multi-line controltiptext tips.

CreateToolTipLabel CommandButton1, _
"This is a multiline" & vbCr & _
"example of a tooltip." & vbCr & _
"This is the 3rd line " & vbCr & _
"and this is a 4th."

My question is:
Will this idea work if I place the & vbCr & inline for my ControlTipText
string?

"where this string" & vbCr & "is my ControlTipText" & vbCr & "for my tool
tip" & vbCr & "of my text box on a user form."


Thank you.
 

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

Top