D
Dirk
Dear List,
From a VB program I want to open a csv file and save it as .mpp
afterwards.
The csv file is formatted according to a mapping defined in MS
Project.
The code looks like....
Set pj = CreateObject("MSProject.Project")
pj.Application.FileOpen (....)
A problem arises when one of the tasks of the csv file lies before the
ProjectStart date....There is an error message that asks me if I want
to allow the task to be before the ProjectStart date.
How can I set the Project Start date to some day other then the actual
date of my machine from within VB before calling the FileOpen()
Method.
Please advise,
Dirk
From a VB program I want to open a csv file and save it as .mpp
afterwards.
The csv file is formatted according to a mapping defined in MS
Project.
The code looks like....
Set pj = CreateObject("MSProject.Project")
pj.Application.FileOpen (....)
A problem arises when one of the tasks of the csv file lies before the
ProjectStart date....There is an error message that asks me if I want
to allow the task to be before the ProjectStart date.
How can I set the Project Start date to some day other then the actual
date of my machine from within VB before calling the FileOpen()
Method.
Please advise,
Dirk