A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Set the BackgroundQuery property of the query to True to continue your macro immediately.
Andreas.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using excel vba.
My code runs several web queries. In case a particular query takes too much time, how can I instruct excel to timeout query after specific time (for example, 10 seconds), so that vba can continue to process remaining code.
Thanks! a million for any help.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Set the BackgroundQuery property of the query to True to continue your macro immediately.
Andreas.