Auric__
2012-07-04 22:25:37 UTC
Is there any built-in method to determine what Option Compare method is in
effect? Right now I'm just doing this (which ignores vbDatabaseCompare, which
I never use):
If "A" = "a" Then
cmp = vbTextCompare
Else
cmp = vbBinaryCompare
End If
effect? Right now I'm just doing this (which ignores vbDatabaseCompare, which
I never use):
If "A" = "a" Then
cmp = vbTextCompare
Else
cmp = vbBinaryCompare
End If
--
Nationality doesn't determine beauty.
Nationality doesn't determine beauty.