Hello, I have a userform filled with items in the combobox. I would like to loop through this lits of items, and for each item click the comand button.

Possibly somethin like;

for each combobox.listindex in combobox.listindex
cmb_click
next combobox.listindex



Thank you in advance!