Public Function FindValue(ParamArray FieldAndValList()) As Long
Return the index of the first row where the column values match the passed list, or -1 if the values are not found
Ad-hoc Value Location
Return the index of the first row where the column values match the passed list, or -1 if the values are not found
Like FindValue() but search only in the specified range of rows.
Like FindValue() but search only in the specified range of rows and pass an array as a variant rather than a paramarray