+ Reply to Thread
Results 1 to 3 of 3

Any examples of VBA and Amazon Web Services (ECS) Programs???

  1. #1
    Carl
    Guest

    Any examples of VBA and Amazon Web Services (ECS) Programs???

    I'm on a project to build a database of approximately 1,200 books from
    a friends library (30 years worth) in Excel. I recently learned about
    Amazon's ECS web services where you can search and retrieve
    information on books (and other products) by IBSN. My friend will key
    in the IBSN in column A of the spreadsheet and what I need to do is
    for every IBSN search Amazon's database and retrieve title, authors,
    date published, etc. and place in adjoining columns.

    I thought I'd ask here if there are any examples of VBA code to access
    and retrieve data from Amazon (directly into the spreadsheet, rather
    than using intermediate files).

    Any other quick ways to accomplish the task?

    I'd like to get a jump on this task.

    Thanks,

    Carl


  2. #2
    Tim Williams
    Guest

    Re: Any examples of VBA and Amazon Web Services (ECS) Programs???

    I would start by looking at the XMLHTTP object - this makes it very
    simple to send a request and get back information.
    Then check out MSXML for parsing the returned request.

    Probably a lot of code samples out there already - seems to be a
    favourite subject on the ASP sites so might start there.

    Tim


    "Carl" <Carlm@nowhere.com> wrote in message
    news:o44i11tank47upr9bp6aaij9n5vd46dffs@4ax.com...
    > I'm on a project to build a database of approximately 1,200 books
    > from
    > a friends library (30 years worth) in Excel. I recently learned
    > about
    > Amazon's ECS web services where you can search and retrieve
    > information on books (and other products) by IBSN. My friend will
    > key
    > in the IBSN in column A of the spreadsheet and what I need to do is
    > for every IBSN search Amazon's database and retrieve title, authors,
    > date published, etc. and place in adjoining columns.
    >
    > I thought I'd ask here if there are any examples of VBA code to
    > access
    > and retrieve data from Amazon (directly into the spreadsheet, rather
    > than using intermediate files).
    >
    > Any other quick ways to accomplish the task?
    >
    > I'd like to get a jump on this task.
    >
    > Thanks,
    >
    > Carl
    >




  3. #3
    Carl
    Guest

    Re: Any examples of VBA and Amazon Web Services (ECS) Programs???

    Thanks for your reply. I was just looking for something specifically
    using VBA in Excel to *directly* place the returned information into
    the proper columns. I'm not understanding the interface and I will
    check out your recommendation to look at the object and parsing and
    learn more.

    Thank you,

    Carl

    On Sun, 20 Feb 2005 16:53:55 -0800, "Tim Williams"
    <saxifrax@pacbell*dot*net> wrote:

    >I would start by looking at the XMLHTTP object - this makes it very
    >simple to send a request and get back information.
    >Then check out MSXML for parsing the returned request.
    >
    >Probably a lot of code samples out there already - seems to be a
    >favourite subject on the ASP sites so might start there.
    >
    >Tim
    >
    >
    >"Carl" <Carlm@nowhere.com> wrote in message
    >news:o44i11tank47upr9bp6aaij9n5vd46dffs@4ax.com...
    >> I'm on a project to build a database of approximately 1,200 books
    >> from
    >> a friends library (30 years worth) in Excel. I recently learned
    >> about
    >> Amazon's ECS web services where you can search and retrieve
    >> information on books (and other products) by IBSN. My friend will
    >> key
    >> in the IBSN in column A of the spreadsheet and what I need to do is
    >> for every IBSN search Amazon's database and retrieve title, authors,
    >> date published, etc. and place in adjoining columns.
    >>
    >> I thought I'd ask here if there are any examples of VBA code to
    >> access
    >> and retrieve data from Amazon (directly into the spreadsheet, rather
    >> than using intermediate files).
    >>
    >> Any other quick ways to accomplish the task?
    >>
    >> I'd like to get a jump on this task.
    >>
    >> Thanks,
    >>
    >> Carl
    >>

    >



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1