Not sure exactly what you are trying to achieve, but if you want to use a lable, then set its autosize property to true, the use VBCrLF for multi-line use, eg,

Lable1.caption = "This is on line one" & vbcrlf & "This is on line two".

Hope this is what you are wanting.

John