Dante Amor respondió:
H o l a: Private Sub ComboBox2_Change() 'Por.Dante Amor If ComboBox2 = "" Then Exit Sub Set h = Sheets("base3") Set b = h.Columns("A").Find(ComboBox2, lookat:=xlWhole) If Not b Is Nothing Then TextBox5 = b.Offset(0, 1) End If End Sub Prueba y me...
Textbox que dependa de un combobox