I
IanC
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."
I've tried inserting Chr(13) as below but it's just ignored.
Me.ComboBox4.ControlTipText = "Some text." & Chr(13) & "More text."