CommandButton, ControlTipText Need to display like word wrap

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

Guest

Providing basic instruction as ControlTipText would look much better if
allowed to use several lines. Is this possible?
Thanks
 
Yes, just embed returns like so

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

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Thanks Bob, I don't no where to place code. Looked for "ToolTipLabel" &
Create ToolTipLabel" in VB Help and MS indicates "can't find it"
Can you nuge me just a little bit more or maybe push me real hard in the
right direction.
 
Jim,

I had assumed that you were using a technique I gave a couple of weeks ago
to add tooltips to ActiveX controls.You won't find this in Help.

This would suggest not. Where are you coming from?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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