Hello,
I'm currently trying, to create a macro, which searches a target string list for strings, which are linked to tasks.
I'd thought, I could do this by selecting each trans string in each trans list and then checking all tasks within the project against the current string with
If Task.Link = TransString Then
where "Task" is a PslTask and TransString is a PslTransString.
But, that doesn't work because of the error message "No property or method".
Unfortunately, I don't know, how to solve this and how to get a task, which is linked to a selected string.
At the end, I'd like to achieve, to delete a special task of a single string, if the task is already existing.
Thank you very much in advance for any hint, how to solve this.
If you have any further questions, please don't hesitate to let me know.
Best regards
Nils