HI,
i have the code below, how can I change it that I can search for either the Vendor name or code cells (the two cells in green?.
here is the code:
Private Sub SearchButton_Click()Dim totRows As Long, i As Long
totRows = WorksheetFunction.CountA(Range("A:A"))
If VendorTextBox.Value = ""...