Read the settings of the bar styles and text styles?

R

rongchaua

Hi all,
is there a function in VBA, with it we can read the settings of bar styles
and text styles? I've search everywhere but didn't find anything helpful. Has
someone a solution?
Thanx in advance.
rca.
 
J

John

rongchaua said:
Hi all,
is there a function in VBA, with it we can read the settings of bar styles
and text styles? I've search everywhere but didn't find anything helpful. Has
someone a solution?
Thanx in advance.
rca.

rangchaua,
In short, nope. The Project object model does not make everything
available although with each new release of Project, more things are
added to the object model.

When faced with a situation where an object is not directly accessible,
the only option is to use an indirect approach. For example, unless the
user decided to use a totally random approach to setting font
characteristics, there is usually some underlying criteria that can be
used. Let's say the user decided to color task names red for tasks that
didn't start as originally planned (e.g. Start > Baseline Start). This
information can then be used to indirectly determine which task names
are red. A similar approach can be used for other characteristics.

Hope this helps.
John
Project MVP
 

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