Firstly, try -
Case Is = 0
Text1.Text = ......
Secondly, I think by using the rich textbox is the way to go because you are limited to the amounty of text a text box can take. a Rich text box is almost unlimited. MS Word uses rich text boxes as their pages.
You can use the same code as above to populate the rich text box with text.
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20
Your code is incorrect.:)
Select Case List1.ListIndex
Case Is = 0
Text1.Text = "1st line of about 200" & vbCRLF & "2nd Line of about 200"
End Select
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20