Consulting

Results 1 to 3 of 3

Thread: VBA help loop search and check status of item

  1. #1

    VBA help loop search and check status of item

    Hi all,
    I run a small business from home selling items on ebay and I use Royal Mail to post multiply packets and would like to be able to monitor the tracking for these item using a excel form.

    I can get VBA to make a search of "A1" on the website and bring up the results page but Iam unable to get excel to read the webpage and put status of the item in column "B".

    I would like to be able to enter multiple tracking numbers in to column "A1, A2 etc" on excel and the the VBA to complete a websearch on royal mail website and return the data if its delievered or not to column "B".


    I have checked the source code on the webpage and have found the bit of information im after "the item is delivered or not" but are unable to get excel to put the status in column "B"

    Is anyone able to help?

    Thank James

  2. #2
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
    You can find examples here http://www.thecodecage.com/forumz/sh...d.php?t=208183 and http://www.thecodecage.com/forumz/sh...d.php?t=208422 Leith Ross there is very good at this kind of question.
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

  3. #3
    thank you I will have a look

Posting Permissions

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