Is it possible to make a macro/VBA script that will do the following:


1. Go to (website)
2. Click a link containing predefined text (Important to note that the predefined text would only be "dog" and the link might say "the dog runs")
3. View the source code of that web page and then "CTRL+F" for certain strings of text.
4. If a string of text is found/not found, highlight a specific cell.


Is this possible with VBA macros?