ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Comparing String Values (https://www.excelbanter.com/excel-programming/308797-re-comparing-string-values.html)

Jim Rech

Comparing String Values
 
You can make all string comparisons in a given module case insensitive by
adding:

Option Compare Text

at the top.

Otherwise you can use:

lcase(str1) = lcase(str2)

or

StrComp(str1,str1, vbTextCompare)

--
Jim Rech
Excel MVP
"Ben H" wrote in message
...
| Spot on, Gentlemen! Thanks!
|
| Now about the follow!
| Is there a way to make it to return true when comparing, "J45006" to
| "j45006"?
|
| Thanks!
|
|




All times are GMT +1. The time now is 06:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com