Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
On my userform I am utilising the ControlTipText property which works great. Questions: 1. Can I control the text font for this property and how? 2. How can I make the ControlTipText display multiple lines? I tried adding vbcrlf without success Thanks -- Cheers Nigel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't think you can do either.
Options are to use the API and I have seen code that uses this to make multiline ones or to make your own custom ControlTipText with a Userform that loads with the MouseMove event. Doing a Google on: ControlTipText Multiple API should find you the code for multiple lines. RBS "Nigel" wrote in message ... Hi All On my userform I am utilising the ControlTipText property which works great. Questions: 1. Can I control the text font for this property and how? 2. How can I make the ControlTipText display multiple lines? I tried adding vbcrlf without success Thanks -- Cheers Nigel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linebreak in ControlTipText? | Excel Programming | |||
ControlTipText | Excel Programming | |||
TextBox.ControlTipText | Excel Programming | |||
ControlTipText Questions | Excel Programming | |||
ControlTipText style | Excel Programming |