Hello,
I have cells A1 to A50 and there are different types and lengths of text in each cell. But some cells have a word in common (say the word is "apple").
I want to loop through each cell to check for the word apple and if there's a match another set of commands are activated in the VBA. I am just not aware of any function in VBA that will allow me to check for the word I want to find the range of cells.
Does anyone know if such a function exist? If yes, what's the syntax for this.
Thanks,
I have cells A1 to A50 and there are different types and lengths of text in each cell. But some cells have a word in common (say the word is "apple").
I want to loop through each cell to check for the word apple and if there's a match another set of commands are activated in the VBA. I am just not aware of any function in VBA that will allow me to check for the word I want to find the range of cells.
Does anyone know if such a function exist? If yes, what's the syntax for this.
Thanks,