Re: Download text file from website
- From: Randy Harmelink <rharmelink@xxxxxxxxx>
- Date: Fri, 15 Jun 2007 18:38:14 -0000
I don't know if you're the original poster, but "downloading" and
"opening" are two completely different functions, and will most likely
require different solutions.
Specifics of how to do either would require more detail, since there
can be dozens of complications depending on how a given web site
presents/delivers the data.
For example, I often grab the "text" file of current stock quotes from
Yahoo's current quotes server. The easiest solution for me was to
just open the web page of data they create using the XMLHTTP method.
However, downloading the file would be a different process. And
opening it on the web would bring up a confirmation notice similar to
the one mentioned by the original message of the thread -- one reason
I avoid doing it with the IE object.
On Jun 15, 10:01 am, rac <r...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
This is what I want to do. How do I Download text file from website in VBA.
.
- References:
- Download text file from website
- From: xllentcharts
- Download text file from website
- Prev by Date: Re: I Dunno
- Next by Date: RE: Create Macro with variable search feature
- Previous by thread: Re: Download text file from website
- Next by thread: Highlighting cells when errors occur
- Index(es):
Relevant Pages
|