Oh, I know it now...forget about this thread... :blush:
Printable View
Oh, I know it now...forget about this thread... :blush:
VB Code:
Dim N As Long Open "file.txt" For Output As #1 For N = 0 To List1.ListCount - 1 Print #1, List1.List(N) Next N Close #1