I have a multicolumn listbox in my userform and I would like to get all the values of the elements which are in the selected row in the listbox.
Here is my userform:
Just like in the photo, I want to select one line then I will click button Associer
and I could get the information of this row. I can just get the first column which is CAN20168301436
I want to get the information from the whole line.
How can I do it?
Here is my button clicked event:
Private Sub CommandButton3_Click()
a = ListBoxResultatFind.Text
End Sub
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…