E
ERIC
I want to copy a task from one project to an other one.
I've tried the following:
dim task1 as Task
dim Task2 as Task
set task1= project1.Tasks(1)
set task2=project2.Tasks.Add(task1.Name)
set task2=task1
It creates the task but does not copy the informations of
task1 in task2.
Can anybody help me on this topic
Thanx
Eris
I've tried the following:
dim task1 as Task
dim Task2 as Task
set task1= project1.Tasks(1)
set task2=project2.Tasks.Add(task1.Name)
set task2=task1
It creates the task but does not copy the informations of
task1 in task2.
Can anybody help me on this topic
Thanx
Eris