S
Scott Sanders USA
Hi All,
I'm using VB.Net and have connected to Project using Microsoft.Office.Interop.
I can't figure out how to open an Enterprise Project?
This is what i have so far;
Dim pApp As Microsoft.Office.Interop.MSProject.Application
pApp = CreateObject("msproject.application")
pApp.Visible = True
pApp.FileOpen("MasterProject")
I'm using VB.Net and have connected to Project using Microsoft.Office.Interop.
I can't figure out how to open an Enterprise Project?
This is what i have so far;
Dim pApp As Microsoft.Office.Interop.MSProject.Application
pApp = CreateObject("msproject.application")
pApp.Visible = True
pApp.FileOpen("MasterProject")