+ Reply to Thread
Results 1 to 5 of 5

Automating data exctract from a data website.

  1. #1
    Registered User
    Join Date
    06-13-2014
    Posts
    5

    Thumbs up Automating data exctract from a data website.

    Hi everyone,

    So here's the deal. I have data that is stored in a website. This website is basically a warehouse of metrics, displaying them in pivot table format, and they are able to be exporting using excel. Everyday I need to access a certain page of this website and extract data to an excel file. Is there any way I can automate this process? Thanks.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Automating data exctract from a data website.

    It depends on how the web site presents the data. If the data is coded as a table, then you can set up an Excel web query (see Excel Help or google it). It can be refreshed by two clicks. To further automate, you can have VBA code (macros) that automatically refresh the data from the web site.

    Another more complex option is VBA that parses the HTML for the page to extract data and load it in a spreadsheet.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    06-13-2014
    Posts
    5

    Re: Automating data exctract from a data website.

    Quote Originally Posted by 6StringJazzer View Post
    It depends on how the web site presents the data. If the data is coded as a table, then you can set up an Excel web query (see Excel Help or google it). It can be refreshed by two clicks. To further automate, you can have VBA code (macros) that automatically refresh the data from the web site.

    Another more complex option is VBA that parses the HTML for the page to extract data and load it in a spreadsheet.
    The data IS coded as a table. This helps me out a lot. What I'm looking for is a macro to extract the data and bring it into the excel sheet, automatically.

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Automating data exctract from a data website.

    Look up "web query". I can provide specifics and even set it up if you provide the URL.

  5. #5
    Registered User
    Join Date
    06-13-2014
    Posts
    5

    Re: Automating data exctract from a data website.

    Thanks for the offer, but i'm going to figure this out on my own. You have been very helpful.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to Exctract XML File data on Excel -using macros
    By shreeom17 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-25-2013, 10:28 AM
  2. Website Message Box by Automating InternetExplorer with VBA Excel
    By VBATOexcel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-17-2013, 02:33 AM
  3. Replies: 2
    Last Post: 07-14-2013, 03:13 PM
  4. Opening website, getting data, closing website
    By beta_leonis in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-27-2012, 03:50 AM
  5. automating website queries by excel programming
    By pako07 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-19-2011, 08:06 PM

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