Convert mpp files into MS XML format

R

RedView

Hi,

Is there a way to convert mpp files into ms xml format, like the MS Project
itself does , but this way in C# with using the
Microsoft.Office.Interop.MSProject.dll ???
 
R

Rod Gill

Record a macro in Project of you saving to xml. Then convert to C# (you are
on your own there, using vb to talk to any Office program is much quicker,
easier and simpler).

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
Top