Book list - getting book details from amazon using Excel VBA barcode lookups
I have a barcode reader and bunch of books. For each of the books, I want to list the book name and the author in an Excel spreadsheet. My view is that some VBA code connecting to an Amazon web service would make this easier. My questions is - hasn't anyone done this before? Could you point me to the best example. I thought it was an easy one googling, but turned out more difficult than I expected. In fact, I was unable to find a VBA ISBN based program to get book data from the web, so decided to do one. Here is a VBA macro using the services from xisbn.worldcat.org . Examples here. . The