Here's my current file/row....
"word1", "wo rd2", "word3 ", " word4"
And I tried this.....
But it only identifies "wo rd2" (not "word3 " or " word4") so what am I doing wrong now?Code:If datval.Contains(" ") = True Then MsgBox("2 spaces in " & wordat(x))
DataMiser - Thanks, I'll work on that after I sort out this problem.




Reply With Quote