Printable View
How do you copy everything on one list to another list?
For n=0 to list1.listcount-1 list2.additem list1.list(n) next n