Multiple Choice Question (MCQ)
Question: Which VBA function compares given strings and returns -1 if the first string is smaller than the second string, returns 0 if both are equal and 1 if the first string is greater than second string?
A.
Strcmp
B.
Strcomp
C.
Compare
D.
Scmp
Correct Answer: Strcomp