Hey guys!

I need your assistance.
I want to move data from a listbox to another listbox.
I have two forms (Form1 and Form2) and two listbox (List1, List2).
List1 is in Form1 and List2 in Form2.
I have added data to List1 using a loop (for-next). Now i would like to move ALL data from List1 to List2 which is in Form2. I have found a thread that show how to move data from list to list, but i have to select any item from list1 and move it to list2. I would like to do it automatically. Let's say, press a button and move ALL data from List1 to List2. How i can do that?

Thanks,
stratos