I'm loading (let's say 300) IPs into listbox1, and what I'm looking to is to dividing all these IPs into three other listboxes. So that the first one of those listboxes gets 100 and the second listbox gets another 100 and the the third listbox gets the last 100.
ex. Listbox1 contains items A, B, C. Those items gets devided so that Listbox2 contains A, Listbox3 contains B, Listbox4 contains C.