Yatin has attended:
Excel VBA Intro Intermediate course
Searching text in range for text in another range then formattin
For example:
In Sheet1 cells A1=London, A2=Glasgow, A3=Manchester. Sheet2 Cells A1:A50 contains a list of cities/towns in the UK.
I would like my macro to go through each cell in sheet2 and search for any of the cities listed in Sheet1. If a match if found then the cell's background in Sheet2 should turn red.
Thanks
Yatin

