更改 Excel Web 查询的 URL
我有一个 Excel 2010 电子表格,它从数据连接获取信息。连接属性上有“连接字符串”,它是一个带有多个参数的 URL,这些参数在查询字符串中传递到服务器。如果单击“编辑查询”,您可以更改 URL,然后根据新 URL 导入新数据。我需要通过 VBA 来完成此操作。
假设连接字符串当前为 http://myserver.com?name=foo
我需要将其更改为 http://myserver.com?name=bar
如何做到这一点?
I have an Excel 2010 spreadsheet that gets information from a data connection. On the properties of the connection is the "connection string" which is a URL with several parameters that are passed to the server in the query string. If you click "edit query" you can change the URL and then import new data based on the new URL. I need to do this via VBA.
Let's say the connection string is currently http://myserver.com?name=foo
I need to change that to http://myserver.com?name=bar
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)