Project Information dialog ?

N

Newbie

Hello,
How can i read (with VBA) the EnterpriseProjectText1 field which is
displayed in the Project Information dialog ?
Thanks
 
G

Gérard Ducouret

Hi,
For a subproject :
ActiveProject.Subprojects(x).SourceProject.ProjectSummaryTask.EnterpriseProj
ectText1

Gérard Ducouret
 
Top