Originally Posted by Ricky1
In that case, try something like this:
VB Code:
Dim I As Integer List3.Clear ' Clear the listbox For I = 0 To List1.ListCount List3.AddItem List1.List(I) Next I
Cheers,
RyanJ
|
Results 1 to 19 of 19
Thread: Case HelpThreaded View
|
Click Here to Expand Forum to Full Width |