StrComp() Returns the result of comparing two strings.
Sub strDemo13() Debug.Print StrComp("B", "C", vbTextCompare) End Sub