Easy:
In the properties of the object you refer to, change ToolTipText to " ".
Then insert this:
Code:
Private Sub Form_Load()
Dim TTT As String
TTT = "Line 1 of text" & vbNewLine & "Line 2 of text"
Text1.ToolTipText = TTT
End Sub
But you will have to ask someone else for the thing with those to chars that aren't suppose to be there.
This is the code basicly.
Sorry for now fully do the code...