Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

Resource Usage View - Is it possible to display resource names

$
0
0

In Project 2013, I have used the attached VBA macro to populate the text 2 field with the resource name. However, what I wish to do is populate that field with the full list of resource names assigned to each "assignment".

Sub CopyResourcesToText2()
    Dim r As Resource, A As Assignment
    For Each r In ActiveProject.Resources
        For Each A In r.Assignments
            A.Text2 = A.ResourceName
        Next A
    Next r
End Sub


Viewing all articles
Browse latest Browse all 5347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>