Modify Enterprise Resource Pool

M

Montse

Hello everybody,

I have added a new column in the Enterprise resource
pool because I need to store more information about the
resources. When I create a new enterprise resource using
PDS, I need to fill this new column (in Checked-out
Enterprise Resource) with the resource information . How
can I do it using Visual Basic?

Thank you,

Montse.
 
R

Rod Gill

Hi,

Which column is it? Once the enterprise resource pool is checked out,
editing values is just like working on any project. So, try:
ActiveProject.Resources("MyResource").Text1="More Info"

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