H
Hernandezz
Hi,
I use project 2007. I want save baseline to a specific task (or row)
from VBA but I can't select the task I want.
I record a macro but the row is wrong:
SelectRow Row:=-1
BaselineSave All:=False, Copy:=0, Into:=0,
RollupToSummaryTasks:=True
It's possible anything like ?
select tsk.id=3
BaselineSave All:=False, Copy:=0, Into:=0, RollupToSummaryTasks:=True
thanks for your help and time spent.
Best regards
I use project 2007. I want save baseline to a specific task (or row)
from VBA but I can't select the task I want.
I record a macro but the row is wrong:
SelectRow Row:=-1
BaselineSave All:=False, Copy:=0, Into:=0,
RollupToSummaryTasks:=True
It's possible anything like ?
select tsk.id=3
BaselineSave All:=False, Copy:=0, Into:=0, RollupToSummaryTasks:=True
thanks for your help and time spent.
Best regards