Check if a cell contains a word
Osefa
-
melanie1324 Posted messages 1561 Status Member -
melanie1324 Posted messages 1561 Status Member -
Hello,
I'm looking to test in a loop whether a cell contains the word "auto," for example.
I know the syntax for Range, which is to do:
If Range("A1").Value Like "*AUTO*" Then
But I would like to find the syntax for Cells (more convenient for me).
Thank you!
I'm looking to test in a loop whether a cell contains the word "auto," for example.
I know the syntax for Range, which is to do:
If Range("A1").Value Like "*AUTO*" Then
But I would like to find the syntax for Cells (more convenient for me).
Thank you!