Our training courses

Other training resources

Our training venues

Why we are different

Details for luttermc

luttermc has participated in the following threads:

Added by luttermc on 12 Apr 2022 at 18:07

Good afternoon WiseOwl,

 

Thank you for the amazing videos on scraping websites. I am trying to scrape data from a website and have run into a problem. I followed your video: "Querying Web Pages using Query Tables" and keep recieving the following response in the output:

"Your browser is unsupported. upgrade your browser"

I am currently running chrome and I believe I am running the most up to date version but I am verifying that as we speak. Any help on this would be amazing. Thank you all, I have copy and pasted my code below for any questions.

Option Explicit

Sub Import_Weather_Data()

Dim ws As Worksheet
Dim qt As QueryTable
Dim URL As String

URL = "https://flightaware.com/resources/airport/DNYO/weather"

    
Set qt = wsWeather_Data.QueryTables("YolaWeather")

With qt
    .Connection = "URL;" & URL
    .RefreshOnFileOpen = True
    .Name = "YolaWeather"
    .WebFormatting = xlWebFormattingRTF
    .WebSelectionType = xlAllTables
    '.WebTables = "2"
    
    .Refresh
End With

End Sub

 

Head office

Kingsmoor House

Railway Street

GLOSSOP

SK13 2AA

London

Landmark Offices

99 Bishopsgate

LONDON

EC2M 3XD

Manchester

Holiday Inn

25 Aytoun Street

MANCHESTER

M1 3AE

© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.

End of small page here
Please be aware that our website uses cookies!
I'm OK with this Tell me more ...