|
-
Nov 5th, 2009, 08:16 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Multiline textbox
Suppose you populate two cells:
Range("A1").text = "This is the first line"
Range("A2").text = "This is the second line"
Then you have a textbox and you set the multiline property to true. How can you fill the textbox so that you see both cells in two separate lines like:
This is the first line
This is the second line
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|