ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   CommandButton, ControlTipText Need to display like word wrap (https://www.excelbanter.com/excel-programming/324670-commandbutton-controltiptext-need-display-like-word-wrap.html)

Jim at Eagle

CommandButton, ControlTipText Need to display like word wrap
 
Providing basic instruction as ControlTipText would look much better if
allowed to use several lines. Is this possible?
Thanks

--
Jim at Eagle

Bob Phillips[_6_]

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




Jim at Eagle

CommandButton, ControlTipText Need to display like word wrap
 
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.

"Bob Phillips" wrote:

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





Bob Phillips[_6_]

CommandButton, ControlTipText Need to display like word wrap
 


--

HTH

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


"Jim at Eagle" wrote in message
...
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.

"Bob Phillips" wrote:

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







Bob Phillips[_6_]

CommandButton, ControlTipText Need to display like word wrap
 
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)


"Jim at Eagle" wrote in message
...
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.

"Bob Phillips" wrote:

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








All times are GMT +1. The time now is 01:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com