Hi,
I have this code to find a value in my worksheet.
Is there a way I can adjust it so that when a "*" is entered in Textbox1 it opens another userform with a combobox with all the possible values?
Thanks,
Faiek
I have this code to find a value in my worksheet.
Code:
Application.Index(Worksheets("Cross-Ref").Range("A12:A482"), Application.Match(Search.TextBox1.Value, Worksheets("Cross-Ref").Range("B12:B482"), 0))
Thanks,
Faiek