Hello,
I have been looking for a solution to this problem. Querytables in Excel unable to dowlownd because of secure Web page (HTTPS://).
The problem is occuring because the URL will cache. Does anyone please have a solution. Please!
To resolve this situation, this is what I found:
1. Edit the web page from where you are pulling your data and remove the no-cache header. You would be looking for a meta tag like the following:
<HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
How do I remove the no-cache header within the VBA code?
Thanks for your help!
smsemail