N
NevilleT
I am using a macro to enter some standard tasks into a gantt chart. All
works well except for predecessors. I have one that is a start to start
with a 1 day lag. The code is
SetTaskField Field:="Predecessors", Value:="28SS+" & (lngQuantity * 2) &
" day", AllSelectedTasks:=True
The problem is that 28SS is the prior row. I want to know what row I am
on, put it into a variable and subtract one to get the number of the prior
row. It is not going to be row 28.
How do you read the current row into a variable in Project.?
works well except for predecessors. I have one that is a start to start
with a 1 day lag. The code is
SetTaskField Field:="Predecessors", Value:="28SS+" & (lngQuantity * 2) &
" day", AllSelectedTasks:=True
The problem is that 28SS is the prior row. I want to know what row I am
on, put it into a variable and subtract one to get the number of the prior
row. It is not going to be row 28.
How do you read the current row into a variable in Project.?