Error message from web query , Please help !

TenTen

New Member
Joined
May 1, 2020
Messages
5
Office Version
  1. 2019
Platform
  1. Windows
Hi guys,

I need your help.

Since I'm running web query in every 1 minute to update data from the website.

1588392268270.png


The thing is if I loose the internet connection, the error message window will be shown and that stopping my excel sheet from continue gathering the data from website until I click "OK" button.

1588391934276.png


Is there any ways to fix this ? either automatically click "OK" on the error message window or disable the error message window ?
 
Poster was using a normal web query on XRP USD | XRP US Dollar OKEx - Investing.com, rather than the Power Query shown in the first post.

This required:

VBA Code:
Set qt = ThisWorkbook.Worksheets("Sheet1").ListObjects("XRP_USD_Quotes").QueryTable

changing to:

VBA Code:
Set qt = ThisWorkbook.Worksheets("Sheet1").QueryTables(1)
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top