Setting project properties is inconsistent

S

Steph

All,

I am using MS Project 2000 - and I'm trying to set the file properties via
code - see below:

ActiveProject.BuiltinDocumentProperties("Title") = title
ActiveProject.BuiltinDocumentProperties("Subject") = subject
ActiveProject.BuiltinDocumentProperties("Comments") = comments
ActiveProject.BuiltinDocumentProperties("Author") = handle
ActiveProject.BuiltinDocumentProperties("Manager") = handle

When I set a breakpoint and step-through this code, the properties get set.
When I run the code, the properties do not get set. Anyone have any ideas?
This is perplexing.
 
J

Jan De Messemaeker

In all files?
What is macro security set to?
This is pure guesswork so far...
 

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