Thread: ControlTipText
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
IanC[_2_] IanC[_2_] is offline
external usenet poster
 
Posts: 157
Default 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
--