Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 83
Default 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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Word Wrap Help! DAP Excel Discussion (Misc queries) 1 June 24th 08 08:21 PM
Word wrap kasaz Excel Discussion (Misc queries) 5 April 17th 07 11:40 PM
Copy from Word to Excel, and retain indent, plus word wrap Eric Excel Discussion (Misc queries) 1 March 9th 07 03:15 AM
Why won't my text fully display with word-wrap and merged cells? Will DeLoach Excel Discussion (Misc queries) 9 November 14th 06 04:52 PM
ControlTipText style phreud[_4_] Excel Programming 0 June 9th 04 09:09 PM


All times are GMT +1. The time now is 03:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"