excel-web-query

What do I need to do to make Excel access a Web Query via HTTPS?

廉价感情. 提交于 2019-12-01 04:48:31
问题 I'm trying to implement a page that allows Excel users to use the data it provides via the Web Query feature provided by Excel. It's all working out pretty nicely, as long as I use HTTP (even BASIC user authentication works). As soon as I switch that over to HTTPS Excel won't download the data anymore (it's even a fully official SSL certificate, so it's not a problem with a self-signed one). This Microsoft knowledge base article pretty much describes the problem. Now the part that makes me

Issues with My Web Query Macro

穿精又带淫゛_ 提交于 2019-11-26 03:45:48
问题 I wrote a Web Query macro to import financial statements from Yahoo Finance based on the value in cell A1. It was working seamlessly for the past few weeks, but suddenly, it no longer returns any data (but does not generate an error). If anyone has any insights, I would appreciate your guidance. I have posted the code below--thank you! Sub ThreeFinancialStatements() On Error GoTo Explanation Rows(\"2:1000\").Select Selection.ClearContents Columns(\"B:AAT\").Select Range(Selection, Selection