I've got a spreadsheet with about 1600 hyperlinks, all to pages with information on the corresponding item for each hyperlink. On each of these web pages, there is an address field and a phone number field, address is inside "<div class='address'" tags, and phone # is inside "<td class=ttldata>" tags. I'd like to programmatically extract this information from each of these pages and put them in corresponding columns alongside the url for each item in the spreadsheet. Is there some way to make a macro that will launch each url, grab this info from the html source - maybe using XPath? - and then put it back into the spreadsheet?