Dante Amor respondió:
Si en tu hoja tienes combobox de controles activex, utiliza la siguiente macro Private Sub ComboBox1_Change() 'Por.Dante Amor ComboBox2.Clear If ComboBox1.ListIndex = -1 Then Exit Sub c = ComboBox1.ListIndex + 1 For i = 2 To Cells(Rows.Count,...