I have a column of URLs in an Excel spreadsheet. I'd like to enter a word somewhere (a cell off to the right or a dialog box) and have Excel search all the URLs in the column (or a subset of them) for that term. It should work in the background, that is, without opening a browser. I'd like it to output TRUE or FALSE depending if that term is found in each webpage in the column. Ideally, it would return TRUE or FALSE in the box to the right of the URL, or, even better, it would turn the cell a color.
Super-bonus: the process can show its progress and can be broken by the user.
I would especially appreciate help in copying a webpage's text into a String. I think I could figure out the rest.
Thanks!