![]() |
|
|
|
#1
|
|||
|
|||
|
Hi Guys, Im new to MS Project 2003 and cant seem to find a way of displaying the total number of resources on each of my tasks. All I am looking for is a view or report that displays: TASK | START DATE | END DATE | DURATION | NUMBER OF RESOURCES Any help on acheiving this would be much appreciated! Cheers. |
|
#2
|
|||
|
|||
|
Add the field Number 1 to a table.
Use the following custom function: Sub ResCount() Dim t As Task For Each t In activeproject.Tasks If Not t Is Nothing Then t.Number1 = t.Assignments.count End If Next t End Sub |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Table of Content Eat up RAM Resources | Tommy | Word | 0 | 08-23-2010 10:08 PM |
| Shared resources | ediez | Project | 0 | 08-18-2010 12:04 PM |
| How to handle resources that have Bid on project | rrmccabe | Project | 0 | 03-21-2010 12:39 PM |
FREE resources to learn M$ products...
|
zyzzyva57 | Office | 4 | 05-16-2009 07:31 AM |
| Assigning resources. | Sergey M | Project | 0 | 01-25-2006 09:33 AM |