Can anybody help me?
Example: I want the word "the"
it must be able to copy any word with "the" inside.
Like, These, tHEsE, ThE, thEresa would be copied.
The code looks like this..
Sub NonSensitive()
Dim rCell As Range
For iCntr = 1 To 30
For Each rCell In Range("I1:I10")...