Replacing enterprise resources through VBA

C

clifton_hall

Once you add an enterprise resource to a project, you can't replace it
by, for example, typing in a new name over the enterprise resource name
in the resource sheet. I can't seem to get any of the standard
functions in VBA to work either. Is this just impossible to do in a
macro? What I want to do is replace one enterprise resource with
another with a macro.
 
C

clifton_hall

You can use the resourceassignment method with pjReplace on enterprise
resources as long as you add them to the project as a resource first.
 
Top