H
Hacknwhack
I am trying to post an Actual Finish Date and Actual Duration for various
tasks thru a macro from a SQL database.
My start date and end dates are populated in the same fashion however for
some reason the actual finish date won't work. The only difference that I'm
aware of is that the actual date has no time information. Note that this
does not generate any errors, it simple doesn't fill in
count = 1
For Each t In ts
If t.Duration = 0 Then
t.ActualFinish = actstuff(count, 1)
t.ActualDuration = actstuff(count, 2)
End If
count = count + 1
Next t
Any suggestions would be greatly appreciated...
-hack
tasks thru a macro from a SQL database.
My start date and end dates are populated in the same fashion however for
some reason the actual finish date won't work. The only difference that I'm
aware of is that the actual date has no time information. Note that this
does not generate any errors, it simple doesn't fill in
count = 1
For Each t In ts
If t.Duration = 0 Then
t.ActualFinish = actstuff(count, 1)
t.ActualDuration = actstuff(count, 2)
End If
count = count + 1
Next t
Any suggestions would be greatly appreciated...
-hack