Thread
:
ControlTipText
View Single Post
#
1
Posted to microsoft.public.excel.programming
IanC[_2_]
external usenet poster
Posts: 157
ControlTipText
Is it possible for the contents of ControlTipText to be shown on 2 lines?
I've tried inserting Chr(13) as below but it's just ignored.
Me.ComboBox4.ControlTipText = "Some text." & Chr(13) & "More text."
--
Ian
--
Reply With Quote
IanC[_2_]
View Public Profile
Find all posts by IanC[_2_]