Forum Discussion

Polestar2021's avatar
Polestar2021
Copper Contributor
Mar 22, 2022

Number of assigned resources on tasks

Someone know how to set up a new column to show me the number of assigned resources on tasks? In column Tekst 1 i have drawn numbers in red just for an example. And also i would like to have a colu...
  • John-project's avatar
    John-project
    Mar 24, 2022
    Polestar2021,
    You're welcome and thanks for the feedback.

    What exactly do you mean by, "place out resources"? And I'm confused about you desire to show a list of resources not assigned to a task yet. At the top of the Resource Usage view you can see a list of unassigned resources but, those resources may or may not be appropriate for assignment to any given task.

    With respect to removing decimals in the days column, if you simply want a whole number of days then replace the t.Text1 line with this:
    t.Text1 = Format(t.Duration / 60 / ActiveProject.HoursPerDay, "##") & " days"

    John

Resources