M
Michael Freitter
Hello!
I have a VBA question.
I am in the Gantt-Chart and I have a task selected
The ID from the active task is:
ActiveCell.Task.ID
I search now a simple code, that I can jump a task backwards and forwards.
for example:
ActiveCell.Task.ID is 7
<jump to the next task ID>
ActiveCell.Task.ID gives 8
Thanks for any advice.
Michael
I have a VBA question.
I am in the Gantt-Chart and I have a task selected
The ID from the active task is:
ActiveCell.Task.ID
I search now a simple code, that I can jump a task backwards and forwards.
for example:
ActiveCell.Task.ID is 7
<jump to the next task ID>
ActiveCell.Task.ID gives 8
Thanks for any advice.
Michael