Project properties

P

Patrick

Hi all,

I am trying to set the properties of a project plan using vba. I am all
good to go except that it is saying that there is no
ActiveProject.Category...

what is the syntax to amend the Category field in the properties?

thanks

Patrick
 
J

Jan De Messemaeker

Hi,

Activeproject.builtindocumentproperties("thenameoftheproperty")
see the help on builtindocumentproprties
HTH
 
J

John

Patrick said:
Hi all,

I am trying to set the properties of a project plan using vba. I am all
good to go except that it is saying that there is no
ActiveProject.Category...

what is the syntax to amend the Category field in the properties?

thanks

Patrick

Patrick,
First of all, this newsgroup is outdated. It has been replaced with,
"microsoft.public.project.developer". Please see FAQ 24 - Project
Newsgroups, on our MVP website at:
http://www.mvps.org/project/faqs.htm

To answer your question, there are several "properties" properties
associated with Project (e.g. FileProperties, CustomDocumentProperties,
etc.). What properties are you trying to access?

The best way to find the correct syntax is through the VBA help file. In
the VBA editor, select the Object Browser and select the MS Project
object library, then type in a search keyword.

John
Project MVP
 
Top