Thread
:
Ignore Case without using Regular Expressions
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bernd P
external usenet poster
Posts: 806
Ignore Case without using Regular Expressions
If UCase(Array1(0)) = UCase(Array2(0)) then
or
If LCase(Array1(0)) = LCase(Array2(0)) then
Regards,
Bernd
Reply With Quote
Bernd P
View Public Profile
Find all posts by Bernd P