Re: Late Starts
I would define a late start where the ActualStart is > Baseline Start, so you would adjust the IF statement:
If t.ActualStart > t.BaselineStart Then
(Treat that line as pseudo code as I'm typing it..vs building it into the script)
If you didn't want to use VBA, you could also do a custom highlight filter
Andy