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/
 

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