I have an .xcl with 500 books, title in one column, author in another. I want to query amazon web services with a vba macro to pull back amazon's listing with title, author, isbn, and most importantly publisher and year.
Book list - getting book details from amazon using Excel VBA barcode lookups
http://channel9.msdn.com/coding4fun/articles/Using-the-Amazon-Web-Service
These have me on the right path, but one searches by isbn's, and the other i dont understand.
I have very little programming experience, but am a fast learner so what do I need to do to get this to work? Otherwise I have to go line by line and search amazon individually. Please Help!