G
Guest
How do I check the value of the Flag1 field for each task
in a project?
I posted this question before, but got no responses. In
fact, I don't even see my original post. So, I apologize
if this is a duplicate.
The psudo-code I have so far is...
For Each tsk In ActiveProject.Tasks
If Not tsk Is Nothing Then
'check value of Flag1
'if value is "Yes" then export task to Excel
End If
Next tsk
Thanks
- Shawn
in a project?
I posted this question before, but got no responses. In
fact, I don't even see my original post. So, I apologize
if this is a duplicate.
The psudo-code I have so far is...
For Each tsk In ActiveProject.Tasks
If Not tsk Is Nothing Then
'check value of Flag1
'if value is "Yes" then export task to Excel
End If
Next tsk
Thanks
- Shawn