Consulting

Results 1 to 4 of 4

Thread: scrape excel sheet embedded in an intranet page

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    scrape excel sheet embedded in an intranet page

    Hello,

    We have an intranet page that has an excel sheet embedded into it with rates on it and I want to automate the connection to this page to download the published rates daily.

    I tried a web query but it says Javascript is disabled even though active scripting is set to "enable" in both my browser and the intranet page when I view it.

    I tried the querytables.add method and it scraped all the headings and titles on the web page except the data in the excel sheet that is in it

    I was hoping someone would have some better ideas how I can do this

    Many thanks in advance
    Phil

  2. #2
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,645
    You can connect to any Excel file in Internet using e.g.

    Tab Data/ option From access/ filename http://www.snb-vba.eu/bestanden/0_plc-testvellen.xls

  3. #3
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location
    Hello snb,

    That was a great tip. What would I do if I dont know the name of the excel sheet/workbook thats embedded in the webpage...............besides cry!!!

    Cheers
    Phil

  4. #4
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,645
    Look at the source code of the webpage.

Posting Permissions

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