G
Gilgamesh
I need to programmatically delete blank lines from schedules.
I put this together but there's a problem
For Each Task in ActiveProject.Tasks
If Task is Nothing then Task.Delete
Next Task
Because the task is blank and therefore nothing in VBA the Delete method
does not work
Does anyone know how to get this working.
Thanks
I put this together but there's a problem
For Each Task in ActiveProject.Tasks
If Task is Nothing then Task.Delete
Next Task
Because the task is blank and therefore nothing in VBA the Delete method
does not work
Does anyone know how to get this working.
Thanks