|
-
Aug 25th, 2007, 10:08 PM
#1
Thread Starter
Addicted Member
Listbox to textbox
I'm trying to pull all the items from a listbox on form 1 and put them into a multiline textbox on form 2
This is the code I have but it doesn't work:
Dim i As Integer
i = 0
For i = Form1.ListEmail.ListCount - 1 To 0 Step -1
Form1.ListEmail.Text = Me.txtRecipients.Text
Next
Any ideas???
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
|