TryCode:Private Sub Command1_Click() Dim i As Long Open "c:\URL.txt" For Output As #1 For i = 0 To cboURL.ListCount - 1 cboURL.ListIndex = i Print #1, cboURL.List(cboURL.ListIndex) Next Close #1 End Sub
|
Results 1 to 21 of 21
Threaded View
|
Click Here to Expand Forum to Full Width |