Status Date Field

M

maryann

We have pushed an installation of ProjectPro 2003 out
that "hides" the Project Information menu. This was done
to eliminate exposure to the Custom Outline Field values,
as version 2002 of Project Server does not allow for these
to be protected.

One of our PMs uses the "Status Date" field of this menu
for tracking purposes. Does anyone have any ideas as to
how we can utilize this functionality without displaying
the Project Info dialog box?

Thanks in advance.
 
G

Gérard Ducouret

Hello Maryann,
Run a small VBA code such as the following :

Sub StatusDate()
ProjectSummaryInfo StatusDate:="16/07/04"
End Sub

Hope this helps,

Gérard Ducouret
 
G

Guest

Thanks so much, Gérard. This worked, but is there anyway
to prompt the user to enter the new StatusDate, rather
than have it hard-coded? Sorry, I'm not a programmer, just
wanted to know if this is something that would be easy to
do.

Thanks again!
 
Top