Enterprise Project Outline Code

V

Vadim Roulnov

How to get the value of Enterprise Project Outline Code from within VBA? I
couldn't find corresponding property or method of Project object.

Thank you,
-Vadim
 
V

Vadim Roulnov

Thank you, but unfortunately none of the properties listed concerns
ENTERPRISE PROJECT outline code.

-Vadim
 
R

Rod Gill

Hi,

Try the following in the immediate window:

?activeproject.ProjectSummaryTask.EnterpriseOutlineCode1

--
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
V

Vadim Roulnov

Hi,

Thank you, I tried. Unfortunately, it provides code for summary task, not
for project.

-Vadim
 
R

Rod Gill

The project Summary task is at the project level, so I'm not sure exactly
what you are seeing using this code.

--
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
E

Evgeniy

Hi.

Dim tsk As msproject.Task
MsgBox (tsk.GetField(pjTaskEnterpriseProjectOutlineCode1))

It works for ANY task, returns THE SAME.

Regards,
Evgeniy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top