I know I can find cells containing a certain number or letter using:
But how do I search for a Greek character?
I've tried the following with no luck..
Code:
If cell Like "*V*" Then
But how do I search for a Greek character?
I've tried the following with no luck..
Code:
If cell Like "*ChrW(956)*" Then
Code:
If cell Like *ChrW(956)* Then
Code:
If cell Like ChrW(956) Then