|
-
Apr 22nd, 2001, 04:34 PM
#1
Thread Starter
Member
i was using the following code:
Dim strBox As String
Dim i As Integer
For i = 0 To (List1.Count - 1)
strBox = strBox & List1.List(i) + vbNewLine
Next i
and I get this error:
object doesnt support this object or method
is there a reference or componet I should have selected to fix this error?
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
|