Actividad pública reciente
Ha valorado "Excelente" la respuesta
Como enlazo un combobox y un textbox en excel?
En ti combobox una estos así Private Sub ComboBox1_Change() Set h = Sheets("userpass") Set b = h.Columns("A").Find(ComboBox1.Value, LookIn:=xlValues, lookat:=xlPart) If Not b Is Nothing Then TextBox1 = b.Offset(0, 1) End If End Sub si te silve no...

Ayuda! Vincular un textbox con un valor de Combobox.