This is a code for saving into a file what is in listbox
This is a code for saving into a file what is in listbox
Rate This is a code for saving into a file what is in listbox
(1(1 Vote))
for i = 0 to list.listcount -1
data$ = list.list(i)
open name for output as #1
print #1, data$
close 1
next i
End Sub
This is a code for saving into a file what is in listbox Comments
No comments yet — be the first to post one!
Post a Comment