由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Using EXCEL VBA to download information from website
相关主题
Question: automatically download website data请问一个问题1
question about excel and accessExcel VBA protection.
问一道面试题Interfacing Microsoft Excel VBA with FORTRAN (转载)
抛砖引说说APP后端用Parse的经验正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
问一个web browser 的问题a website "programing" question
Regular Expressions Cookbook, 2nd EditionExcel VBA copy recordset 的瓶颈
怎么样用 C Parse HTML?Question: automaticly download data from a website
Please Help me with this Excel VBA problem //bowsave a VBA macro in excel using vbscript (转载)
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
save a VBA macro in excel using vbscript (转载)问一个web browser 的问题
问一个EXCEL VBA programming的问题。Regular Expressions Cookbook, 2nd Edition
VBA Excel入门教程怎么样用 C Parse HTML?
anyone recommend a book for "Excel VBA programming"?Please Help me with this Excel VBA problem //bow
Question: automatically download website data请问一个问题1
question about excel and accessExcel VBA protection.
问一道面试题Interfacing Microsoft Excel VBA with FORTRAN (转载)
抛砖引说说APP后端用Parse的经验正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
相关话题的讨论汇总
话题: vba话题: excel话题: download话题: using