View Single Post
 
Old 04-05-2016, 04:07 AM
Philb1 Philb1 is offline Windows 10 Office 2010 32bit
Advanced Beginner
 
Join Date: Feb 2016
Location: Auckland
Posts: 43
Philb1 is on a distinguished road
Default

Hi Yannick

In the module where the Web Query code is have a look for something like this
Code:
.Refresh BackgroundQuery:=True
If it's the same, change it to False. When set to False, the code waits for the data to be imported before it proceeds, you can then add some code after the refresh code to copy the imported data line to another worksheet
Reply With Quote