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.
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.