Quote
Open "c:\Accounts.txt" For Output As #1
For i = 0 To List1.ListCount - 1
Print #1, List1.Index(i)
Next i
Close #1
For i = 0 To List1.ListCount - 1
Print #1, List1.Index(i)
Next i
Close #1
But it comes up with an error saying:
Quote
Compile Error:
Wrong number of arguments or invalid property assignment.
Wrong number of arguments or invalid property assignment.
Any help?


Sign In
Create Account


Back to top









