+ Reply to Thread
Results 1 to 2 of 2

How to improve web query speed

  1. #1
    Registered User
    Join Date
    02-18-2007
    Location
    Manila / Philippines
    Posts
    42

    How to improve web query speed

    Hi,

    I've written a simple VBA code that allows me to download online bookmaker prices into my spreadsheet.

    The problem is, that the data is spread over various webpages (about 20) and it takes too long to collect the data. On top of it I want the data to be refreshed every 3 minutes (one minute would be better).

    My connection path looks like that:

    Add(Connection:= _
    "URL;http://www.valuechecker.co.uk/" & racename & ".html"


    Racename is a variable. So if there are 20 races, I need to run 20 separate queries (with a "for each...next" loop) . I need to store all data in one sheet, as I need the data for a vlookup query.

    Any idea how can I speed up the process?

    Cheers,
    hegisin

  2. #2
    Registered User
    Join Date
    02-18-2007
    Location
    Manila / Philippines
    Posts
    42
    Nobody who got any idea?

+ 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