After looking over some of the other posts other people have written, I haven't come across one that would apply to my dilemma. I would like to write a program that would extract, from a website, the sales tax lookup based on the U.S. zip code entered. The website that I chose to use also displays the city, State and county that corresponds to that zip code. I need all four in my userform (city, county, state, and sales tax). The website being used is http://www.zip2tax.com/z2t_lookup.asp? Using Google's inspect element to get the name of the tag for each element but there are other tag names with the same name and which are nested. What's the best way to approach this and how to write the code in vb2012? Thanks for the help.
↧