I have a sheet with just one table. As of right now, the table is named "Main", but it will get changed later (working with queries).
Here is a test function that checks for a certain set of values within two columns of the table:
Function testFunc(ByVal a As String, ByVal b As String) As...