Hi All
I am struggling with a snippet of code to check if there is a Successor assigned to a Summary Task. My piece of code is beloe but when I run the code it is ignoring all Summary tasks and moving to actual tasks:
If t.Summary Then If t.Successors <> "" Then taskSumDepCt = taskSumDepCt + 1 End If End If
Any help appreciated.
Kind regards
Tony
TKHussar