Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

macro programming

Status
Not open for further replies.

Christian22

IS-IT--Management
May 3, 2005
6
DE
Hi,

I have to write an macro that deletes the link between the resource-pool and one project if this project is not existing anymore (perhaps someone has deleted it...).
And the macro has to do this automatically when the resource pool is opened.
Now my question: I don`t know how I get a list with all names of projects which are connected with the resource pool?
And if someone has more ideas to write this macro, it would help me very much.

Thx.
 
I don't believe that can be done.

A project knows what resource pool it is using but a resource pool doesn't know what projects uses it.

Here's a starting point for you:
Application.ActiveProject.ResourcePoolName
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top