E
egun
My latest VBA project is a macro to scour a Project file for bad links.
"Bad" can mean many things, but in this case it means a link to an external
file that is messed up in some way.
Examples:
Predecessor field shows that the link should be external, but the ghost task
has a Project field that is internal.
Different number of successors showing in the Successors field than is given
by theTask.SuccessorTasks.Count
et cetera.
We're working with (literally) hundreds of separate files, all linked
together, so it would be nice to have an easy way to hunt down and kill bad
links. Any suggestions?
Thanks,
Eric
"Bad" can mean many things, but in this case it means a link to an external
file that is messed up in some way.
Examples:
Predecessor field shows that the link should be external, but the ghost task
has a Project field that is internal.
Different number of successors showing in the Successors field than is given
by theTask.SuccessorTasks.Count
et cetera.
We're working with (literally) hundreds of separate files, all linked
together, so it would be nice to have an easy way to hunt down and kill bad
links. Any suggestions?
Thanks,
Eric