Hi, I would like a script which will put all found search items in a listbox.
Basically I search for whatever value I type in textbox1 and I want listbox1 to return all the results.
my search code is:
Cells.Find(What:=TextBox1.Value, After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _...