reading a text file(xml) which lies on a web server with VBA?
- From: "Patrick" <gesandter@xxxxxx>
- Date: 19 Sep 2005 02:01:32 -0700
Hi,
I'm very new to VBA in Outlook 2003 and I managed a macro, that reads a
xml-file and extracts data basically by parsing it.
I used the open command like this:
Open "c:/abc.xml" For Input As #1
The question now is, how do I open the xml-file if it is not stored
local but on a web server via http?
I can't open it with the "open" command.
Thx in advance,
Patrick
.
- Follow-Ups:
- Re: reading a text file(xml) which lies on a web server with VBA?
- From: Michael Bauer
- Re: reading a text file(xml) which lies on a web server with VBA?
- Prev by Date: Re: Setting Folder Aging Properties Prob
- Next by Date: Re: setting the "To" property for a mailitem
- Previous by thread: Re: Setting Folder Aging Properties Prob
- Next by thread: Re: reading a text file(xml) which lies on a web server with VBA?
- Index(es):
Relevant Pages
|