How can I disable "Unable to open https// ...PATH... Cannot download the information you requested" messages? I am getting this when I open some files. It's really annoying.
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
- DoCmd.TransferSpreadsheet is not recognizing works
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
- How to create a hyperlink to a different Excel she
This is a known issue, here are the steps to resolve it.
You need to edit the registry and add a key
Click on Start --> Run, type
regedit
then press enter.Locate the registry key below, it could be any of these depending on the OS and Office version
The version number could be 9.0, 15.0, 12.0 etc. but always use the one which already has the common\internet subkeys
After you have located it, do the following
The solution is taken and modified from MS kb218153
PS: The original support kb article is incomplete, since it mentions only 9.0, I solved this on a Windows 7 64 Bit and Office 2013 Pro and the registry key I added was in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Common\Internet
I edit my message with the following link where you will find the solution: http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2011/11/15/quot-cannot-download-the-information-you-requested-quot-executing-web-query-from-excel.aspx
It is related to webqueries though.