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