...StrComp(string1, string2, compare)
Example
StrComp("ABCD", "abcd", 1) returns the value 0.
StrComp("ABCD", "abcd", 0) returns the value— 1.
**********************************************
Value Constant (for use in VBA code) Description
—1 = vbUseCompareOption
Performs a comparison...