How do I programmatically read the WBS code mask ?

J

Jack Dahlgren

I do not know of any method to get it directly, but you could just iterate
through the tasks and derive it.

task.wbs will give you the text string for the wbs of a specific task. By
finding the most indented task and parsing the string (use split to break the
string by the separator) you can find what the structure is.

It looks like a fair amount of work to do in VBA. I wonder if there is a
better way by querying the database?

-Jack Dahlgren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top