Project 2003 x vbs

Joined
May 7, 2018
Messages
4
Reaction score
1
Hello!

I need too update the StatusDate and move my project after this date in Project 2003 using vbs.
I used the following:

objPrj.ProjectSummaryinfo.StatusDate = "30/03/2018"

But nothing happened, the Project 2003 just opens the "Project Information Screen" but not update the StatusDate.

Please, does anyone have na idea of what I need to do?

Thanks!
 
Top