|
|
|
date: 29 Dec 2005 05:19:30 -0800,
group: microsoft.public.project.vba
back
Re: Project properties
In article ,
"Patrick" wrote:
> 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
date: Thu, 29 Dec 2005 09:31:13 -0700
author: John
|
|