Private Sub ListBox1_Click() Me.TextBox1.Value = Application.WorksheetFunction.VLookup(ListBox1.Value, Range("B2:E3"), 3, False) End Sub