P
Patrick
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
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