boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Using EXCEL VBA to download information from website
相关主题
Question: automatically download website data
question about excel and access
问一道面试题
抛砖引说说APP后端用Parse的经验
问一个web browser 的问题
Regular Expressions Cookbook, 2nd Edition
怎么样用 C Parse HTML?
Please Help me with this Excel VBA problem //bow
请问一个问题1
Excel VBA protection.
相关话题的讨论汇总
话题: vba话题: excel话题: download话题: using
进入Programming版参与讨论
1 (共1页)
j********9
发帖数: 162
1
Hi, I am trying to use Excel VBA to get information from website.
The data I need is in the pop-up windows. I tried to use web query, seems
not working.
Do you know is there any other way I can download it or there is some trick
with web query?
Thanks.
c**t
发帖数: 2744
2
you need figure out what the url of the popup is; if unfortunatly it's pop
div, you need parse out the html code...

trick

【在 j********9 的大作中提到】
: Hi, I am trying to use Excel VBA to get information from website.
: The data I need is in the pop-up windows. I tried to use web query, seems
: not working.
: Do you know is there any other way I can download it or there is some trick
: with web query?
: Thanks.

j********9
发帖数: 162
3
Thanks for response.
I eventually made webquery work for that url address. Now my question is can
VBA control which button to push and send information out, then get the
string of the returned URL?
Basically can I use VBA to communicate with the web site, locate and
download that webpage. How can I do that?
Thanks again in advance.
c**t
发帖数: 2744
4
use XMLHttp to retrieve....

can

【在 j********9 的大作中提到】
: Thanks for response.
: I eventually made webquery work for that url address. Now my question is can
: VBA control which button to push and send information out, then get the
: string of the returned URL?
: Basically can I use VBA to communicate with the web site, locate and
: download that webpage. How can I do that?
: Thanks again in advance.

1 (共1页)
进入Programming版参与讨论
相关主题
Excel VBA protection.
Interfacing Microsoft Excel VBA with FORTRAN (转载)
正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
a website "programing" question
Excel VBA copy recordset 的瓶颈
Question: automaticly download data from a website
save a VBA macro in excel using vbscript (转载)
问一个EXCEL VBA programming的问题。
VBA Excel入门教程
anyone recommend a book for "Excel VBA programming"?
相关话题的讨论汇总
话题: vba话题: excel话题: download话题: using