Converting Project to XML via VBA

G

glenn

Hi,

MSDN has a page discussing this topic a
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/pdr/PDR_ProjXML_3352.asp

I have opened a project 2002 file and put in some tasks. I then put the
articles VBA code into my macro and run it. The macro does the following:

It creates several files on my root C drive. They are project.xml,
project.xsl
and report.htm.

First it is easy to see how the project.xsl and the report.htm files are
created but a few things are interesting to note. First is that the file
project.xml is created, as there is no reference to it in the code and second
that the project.xml file is not XML but instead a XML Schema which should
have the file extension of xsd and not xml.

Can anyone tell me what is going here?

Thanks for any tips.

Glenn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top