Try using a TextBox with

Multiline = True
BorderStyle = 0
Enabled = False
BackColor = vbButtonFace

This will look the same as a Label but allow Multiple lines of text, you can then add Scrollbars etc... if required

Hope this helps,

Steve.