Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
546 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
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
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.