View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default CommandButton, ControlTipText Need to display like word wrap

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)


"Jim at Eagle" wrote in message
...
Providing basic instruction as ControlTipText would look much better if
allowed to use several lines. Is this possible?
Thanks

--
Jim at Eagle