Add new values to the global outline code

A

aj

I'd like to know if it's possible to add new values to the global outline
code using Project VBA API and not having to rely on PDS? Currently I'm able
to do what I need to do while the project is open but when I close the
project and reopen the same project, the new value added to the outline code
disappear. I know it's doing that because the new values doesn't get save in
the global. I need to be able to save the new value in the global outline
code using Project VBA API (if possible). Thanks in advance.
 
R

Rod Gill

I haven't tried it, but if you could you would need Project logged onto
Project Server in admin role. Then open Enterprise Global, then edit the
code.

You could try doing all this manually and record a macro of you doing it. If
the macro runs successfully once you've finished, then you have your code.
If it doesn't, then VBA can't do what you want.
 

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