Search notes:

VBA function: strComp

strComp(str1, str2, opt) compares two strings. opt is one of the following values:
vbUseCompareOption Compare according to the option compare in effect
vbBinaryCompare Binary (case sensitive) comparison
vbTextCompare Case insensitive comparison
vbDatabaseCompare Access only: compare based on database's setting

See also

The inStr function and the like operator.

Index