I have a Macro in MS Project 2000 which I copied over into MS Project 2003, the macro opens up 15 .mpp files and copies them via an ODBC datasource into an Oracle database. The syntax is basically:
FileOpen Name=: open the mpp
FileSaveAs Name:=
FileClose
In MS Project 2000 it opens each file...