Create Project Custom Field

M

Michael Freitter

Hello!

How can I create a MS Project Custom Field (VBA in Project 2003)?

I know, how I assign an value to a custom field:

ActiveProject.CustomDocumentProperties("Field").Value = "Text"

.... but I don't know, how I can create a Field.

Thank you and Regards!
Michael
 
J

Jack Dahlgren MVP

You can't create any new custom fields in Project 2003. You are limited to
the ones which already exist (Text1-Text30 etc...)

-Jack Dahlgren
 
M

Michael Freitter

Thank you for the information, but I don't mean the "Text1 - Text30) Field!
I mean the field in menu "File" -> "Properties" -> "Custom" -> "Properties:"

How can I create this properties from VBA?

Regards
Michael
 
J

Jack Dahlgren MVP

The Project VBA help suggests that for Project VBA this is a read only
property.
So, I do not think you can create it with VBA.

-Jack Dahlgren
 
M

Michael Freitter

Exist an other way, how I can the user-define fields transfer from one
project file to another project file?

kind regards
Michael Freitter
 

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