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
%>
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
%>