Hi,
On a userform I have a listbox, a textbox and a combo box.
The combo box contains the headings of each column populated via
I want this to specify what column to look in for the text typed in the text box.
When the data is found I would like the full row(s)of data to be entered into the listbox
Is there any way I can do this?
Regards
L
On a userform I have a listbox, a textbox and a combo box.
The combo box contains the headings of each column populated via
Code:
columncmb.AddItem Cells(1, c).Text
I want this to specify what column to look in for the text typed in the text box.
When the data is found I would like the full row(s)of data to be entered into the listbox
Is there any way I can do this?
Regards
L
Last edited: