In the line where you are comparing the strings, you should convert both to either Upper or Lower case, that will make the comparison case independant.
VB Code:
If UCase(String1) = UCase(String2)....
|
Results 1 to 4 of 4
Thread: [RESOLVED] Cell comparisonsThreaded View
|
Click Here to Expand Forum to Full Width |