View Single Post
 
Old 09-15-2011, 10:17 AM
Fil Fil is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2011
Posts: 1
Fil is on a distinguished road
Default Microsoft Project 2010 automation without VS

Hi,
I seek the way how to launch an mpp file in Microsoft Project 2010 from a script. I found the Microsoft Project Object Library reference is necessary. But I cannot make it in Visual studio. Could you suggest how to make the correct reference and to launch mpp file by a script? I tried this (there is no object reference in the script):
<%
Dim pjApp As Object
Set pjApp = CreateObject("MSProject.Application")
pjApp.Visible = True
%>
Reply With Quote