This is a tough one...
I have a highly suseptible file in XML on a server with an http
address that I can access through a slew of propriatory applications.
I would like to create a copy of the file on my local drive using VBA.
THe problem is that:
1) I can't use saveas because if I do the active document becomes the
new copy and I can't programaticly reopen the old one because the
http: address will only open throught the prop app.
2) it's XML and it goes crazy (looses the XML coding in the
background) when i select all and paste it into a new temp file.
Thanks for your help...
> I have a highly suseptible file in XML on a server with an http
> address that I can access through a slew of propriatory applications.
[quoted text clipped - 7 lines]
> 2) it's XML and it goes crazy (looses the XML coding in the
> background) when i select all and paste it into a new temp file.
XML is really just a plain text file. So you should be able to use the
standard VB Open, Read, Write and Print commands with it, just as for
any *.txt file.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :-)