Hello,
I need to display the results of a two-column combo box in different cells.
I know how to display the results for the first column:
Private Sub CommandButton1_Click()
Range("c72").Value = ComboBox1.Value
Unload Me
End Sub
But I cant figure out how to display the matching result from the second column in cell C73.
Thanks,
NR
Bookmarks