VB Code:
Dim i1 As Integer, i2 As Integer For i1 = 0 To List1.ListCount - 1 For i2 = 0 To List2.ListCount - 1 List3.AddItem List1.List(i1) & List2.List(i2) Next Next
|
Results 1 to 2 of 2
Thread: Simple Two Lists RESOLVEDThreaded View
|
Click Here to Expand Forum to Full Width |