Lori asked: I’m seeing results with VB’s StrComp function that I would not expect. For example: StrComp("Lee-P", "Leema", vbTextCompare) Returns 1, but StrComp("Lee-P", "Leema", vbBinaryCompare) Returns -1 as I would expect. Why does this first return
Read More...