Hi,
I have this code used to search:
Is there a way to make a code that uses this search and see's if there are multiple instances of the searched value, and if there is display both values and there offset-ted values in other textboxes.
Thanks
I have this code used to search:
Code:
Dim Crossrefvalue As Variant
Crossrefvalue = Application.VLookup(Search.TextBox1.Value, Range("Crossreftable"), 2, 0)
Is there a way to make a code that uses this search and see's if there are multiple instances of the searched value, and if there is display both values and there offset-ted values in other textboxes.
Thanks