Hi,

I have ComboBox1 to ComboBox10 (from Control Toolbox toolbar) placed in cells L1 to L10. When I insert a row underneath row 5 a new combobox should be created a put in cell L6 (the cell in the new row) and be renamed to ComboBox6. I know that by inserting a row all other comboboxes will shift down. All other comboboxes should be renamed, so that the original ComboBox 6 will be ComboBox 7 and so on. When I insert a row on another place, the new combobox should also be placed in column L and get the rownumber from the new row. The other comboboxes should also be renamed.
Is this possible?