Results 1 to 11 of 11

Load qurey from website.

Threaded View

  1. #8
    Registered User
    Join Date
    03-26-2014
    Location
    INDIA
    MS-Off Ver
    Excel 2003
    Posts
    15

    Re: Load qurey from website.

    userform1 is blank form only. I checked form & its property the above library function being included already by default.

    i added line after it start run . i found data not being recorded in excel sheet
    Sub ExcelForum()
     Dim db As DAO.Database
    Dim a As New MSForms.DataObject, b As New HTMLDocument
    
    With CreateObject("WinHTTP.WinHTTPRequest.5.1")
    .Open "GET", "http://ws.photon.info/public/app_old/database/solarmodule_en.aspx"
    .Send
    b.body.innerHTML = .responseText
    End With
    
    a.SetText b.getElementsByTagName("table")(5).outerHTML
    a.PutInClipboard
    
    ActiveSheet.Range("A1").PasteSpecial
    End Sub
    
    Private Sub UserForm_Click()
    
    End Sub
    Last edited by ajit.nayak87; 09-24-2015 at 06:53 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. website scrapiplping to get data from multiplepages of website
    By mpatil in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-17-2015, 05:00 AM
  2. Averageif WILDCARD for website.com AND EXCLUDE website.com.xx
    By Gerhard.Angeles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-14-2014, 09:12 AM
  3. excel web apps doesn't load workbook on website
    By vayana in forum Excel General
    Replies: 0
    Last Post: 01-10-2014, 08:35 AM
  4. Replies: 1
    Last Post: 03-11-2013, 06:58 PM
  5. [SOLVED] Load webpage on TOPMAN website, extract prices from webpage into Spreadsheet
    By AKK9 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-04-2013, 11:49 AM
  6. [SOLVED] Command for userform to load website link
    By Danny Boy via OfficeKB.com in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-30-2006, 12:10 PM
  7. Qurey Excel database?
    By y_not in forum Excel General
    Replies: 1
    Last Post: 08-12-2005, 06:30 AM

Tags for this Thread

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