how can i copy the entire list of a listbox (Listbox1) to another Listbox (Listbox2)? do i have to use a for Loop and the AddItem method to do it?? is there any simple way such as Listbox1.list = Listbox2.list to do the job?