E
Emmanuel
Hi,
Excuse me for my bad english...
On Gantt diagram:
So, I want get the line and culumn of current cell: Type by user.
I use this function: SelectTaskField Row:=ActiveCell.Task.ID,
ActiveCell.FieldName, RowRelative:=False .
But the problem is if the task don't exist then ActiveCell.Task is empty. At
the moment, there is error. It's not a problem but I use trap error system.
My problem is how get the line the task if don't exist... I use to get line:
ActiveCell.Task.ID.
Could you tell me if exist other method to get the line (end the row) the
current cell without use the Task.ID for line ?
Thank you,
Emmanuel REGIS (France / Lyon).
Excuse me for my bad english...
On Gantt diagram:
So, I want get the line and culumn of current cell: Type by user.
I use this function: SelectTaskField Row:=ActiveCell.Task.ID,
ActiveCell.FieldName, RowRelative:=False .
But the problem is if the task don't exist then ActiveCell.Task is empty. At
the moment, there is error. It's not a problem but I use trap error system.
My problem is how get the line the task if don't exist... I use to get line:
ActiveCell.Task.ID.
Could you tell me if exist other method to get the line (end the row) the
current cell without use the Task.ID for line ?
Thank you,
Emmanuel REGIS (France / Lyon).