Search(Table1,TextSearchBox2.Text, "Employee_x0020_In_x0020_Charge")
This is the code that I am using to search, Table1 is a table in an excel file, textsearchbox2 is the user inputted search and Employee_x0020_In_x0020_Charge is one of the column headers in the excel file.
I want the user to search through multiple columns at the same time. I looked through the references and it said I could do this:
Search(Table1,TextSearchBox2.Text, "Employee_x0020_In_x0020_Charge", [WorkLocation])
But doing this gives me an error, saying expected text value.