i have a user form with one tab, on this tab there are 6 combo boxes, is there any 'For Each' statement or something else (to bad there isn't a 'For All') that i can use to edit all of them and enter the same info into each list? the reason i ask is because although there is only one tab to start, there can be an unlimited amount created and i want to be able to enter this info into all of the boxes without having to create a constant in code eg. combobox1, combobox2...ect. that would not be a viable option.