launch/start mpp file

M

Mayu

How do I go about opening a mpp file?
The 'FileOpen' command does not work unless MS Project is already open.

The following works, but opens up a blank mpp file, which I don't want...:

AppExecute Command:="C:\Program Files\Microsoft Office\OFFICE11\WINPROJ.EXE"


thnks
 
J

Jan De Messemaeker

Hi Mayu,

I see you are posting to many groups, with essentially teh same question.
Look up the help for these functions:

CreateObject
GetObject

They do what you need (connecting to an application from within an other
one)
 
Top