View Single Post
 
Old 09-18-2014, 11:50 AM
Andrea Schanz Andrea Schanz is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Sep 2014
Posts: 3
Andrea Schanz is on a distinguished road
Default

Thanks Julie. I actually am using 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

I will take your advise and post to the Forum for project customization.
Reply With Quote