E
ExcelMonkey
Can I compare two text strings and ignore case without using Regular
Expressions? Is there a regular VBA text function I can use?
If IgnoreCase(Array1(0)) = IgnoreCase(Array2(0)) then
'Do something
End if
Thanks
EM
Expressions? Is there a regular VBA text function I can use?
If IgnoreCase(Array1(0)) = IgnoreCase(Array2(0)) then
'Do something
End if
Thanks
EM