Hi,
I need to change the color of selectedtasks in MS project 2013 team planner but for some reason this does not work in team planner:
{
Dim tt as task
For each tt in Activeselection.tasks
}
I get an "Object Required" error. However it works in Gantt Chart view.
Thank you