R
RIck
I would like to create a simple macro that will go to
several/many web sites and search for some given text. If
found, I would like to save the text of that web page, or
just the URL to that page.
Here is an example: Given a URL, like
http://www.scooby.com/monthtext.cfm?id=2154, I would like
to input 2 numbers, say 2154 and 2231, and also say, 3
strings of text, like "timely" "fat" "house". So the macro
will go to each URL,
http://www.scooby.com/monthtext.cfm?id=2154,
http://www.scooby.com/monthtext.cfm?id=2155,
http://www.scooby.com/monthtext.cfm?id=2156, etc. up to
http://www.scooby.com/monthtext.cfm?id=2231. And at each
site search for the 3 text strings given. IF any text
found, it would save the web page or the URL. If it finds
the text it continues on until it goes thru all the URLs.
Thanks for any ideas or help, Rick
several/many web sites and search for some given text. If
found, I would like to save the text of that web page, or
just the URL to that page.
Here is an example: Given a URL, like
http://www.scooby.com/monthtext.cfm?id=2154, I would like
to input 2 numbers, say 2154 and 2231, and also say, 3
strings of text, like "timely" "fat" "house". So the macro
will go to each URL,
http://www.scooby.com/monthtext.cfm?id=2154,
http://www.scooby.com/monthtext.cfm?id=2155,
http://www.scooby.com/monthtext.cfm?id=2156, etc. up to
http://www.scooby.com/monthtext.cfm?id=2231. And at each
site search for the 3 text strings given. IF any text
found, it would save the web page or the URL. If it finds
the text it continues on until it goes thru all the URLs.
Thanks for any ideas or help, Rick