Anda bisa coba script berikut ini ...
'script by ajang
Private Sub Command1_Click()
Dim I As Integer
Open "C:\Windows\Desktop\IsiList.txt" For Output As #1
For I = 0 To List1.ListCount - 1
Print #1, List1.List(I)
Next I
Close #1
MsgBox "OK"
End Sub
jika ada pertanyaan silahkan hub 089 682 503 753
'script by ajang
Private Sub Command1_Click()
Dim I As Integer
Open "C:\Windows\Desktop\IsiList.txt" For Output As #1
For I = 0 To List1.ListCount - 1
Print #1, List1.List(I)
Next I
Close #1
MsgBox "OK"
End Sub
jika ada pertanyaan silahkan hub 089 682 503 753
ConversionConversion EmoticonEmoticon