string comparison <definition> From Microsoft VBA previous page next page string comparison A comparison of two sequences of characters. Use Option Compare to specify binary or text comparison. In English-U.S., binary comparisons are case sensitive; text comparisons are not. previous page start next page