J
Jonathan
Excuse my inexperience here please.....
When I do something along the lines of....
For Each objTask In ActiveProject.Tasks
a=objTask.name
next
The program halts when it comes across an empty task line in the project.
I can fudge over this with the On Error stuff, but there must be a way of
testing that objTask is a valid and filled in task of the project?
Thanks for any help.
When I do something along the lines of....
For Each objTask In ActiveProject.Tasks
a=objTask.name
next
The program halts when it comes across an empty task line in the project.
I can fudge over this with the On Error stuff, but there must be a way of
testing that objTask is a valid and filled in task of the project?
Thanks for any help.