M
Michael Clark
I have created a comprehensive Project template that fits my organization almost perfectly. The resources I have assinged to each task are actually the ROLES that need to be assigned to the task. For example, on task such as INSTALL WINDOWS 2008 SERVER OS I have assigned the <WINDOWS ADMIN> because there are a number of these resources within the group and I need to assign the next one in line when the project is created.
There are a number of tasks where <WINDOWS ADMIN> appears as one of the resources. I am looking for a VBA macro the will allow me to globally change <WINDOWS ADMIN> for John Doe (both are listed on the Resource Sheet). I have tried simply Find/Replace but all that happens in the Resource Name column gets changed and a new resource of John Doe (a repeat) is added to the Resource Sheet.
Is there such a macro in existance or can anyone offer some advice on writing one? I've been looking at both the Tasks and Resources objects and find a great deal of cross-referencing between them. At first blush it appears that trying to walk either object (or both?) and just do a global replace of properties could/would get pretty messy. I've been using Rod Gill's 2010 version of VBA Programming and it's helping me locate the pieces I need but I suspect this is tougher than it looks.
Would appreciate any help anyone can offer.
Thank you...
There are a number of tasks where <WINDOWS ADMIN> appears as one of the resources. I am looking for a VBA macro the will allow me to globally change <WINDOWS ADMIN> for John Doe (both are listed on the Resource Sheet). I have tried simply Find/Replace but all that happens in the Resource Name column gets changed and a new resource of John Doe (a repeat) is added to the Resource Sheet.
Is there such a macro in existance or can anyone offer some advice on writing one? I've been looking at both the Tasks and Resources objects and find a great deal of cross-referencing between them. At first blush it appears that trying to walk either object (or both?) and just do a global replace of properties could/would get pretty messy. I've been using Rod Gill's 2010 version of VBA Programming and it's helping me locate the pieces I need but I suspect this is tougher than it looks.
Would appreciate any help anyone can offer.
Thank you...