Hem / Tips & tricks
Private Sub Form_Load() MsgBox WordWrap("This is a Long testtext that doesn't make any sense really.", 10), vbOKOnly + vbInformation, "WordWrap"End Sub